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

export type CssGridProps = PropsFor<typeof grid>;
