4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
import { PropsFor, positions } from '../Box';
|
|
|
|
export type PositionsProps = PropsFor<typeof positions>;
|