4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
import { PropsFor, flexbox } from '../Box';
|
|
|
|
export type FlexboxProps = PropsFor<typeof flexbox>;
|