import { PropsFor, positions } from '../Box';

export type PositionsProps = PropsFor<typeof positions>;
