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

export type FlexboxProps = PropsFor<typeof flexbox>;
