UNPKG

react-raster

Version:

Advanced grid- and styling-system which is highly customizable and ready for server-side-rendering.

7 lines (6 loc) 154 B
export default function getRows({ gap, cols, breakpoints, prop }: { gap: any; cols: any; breakpoints: any; prop: any; }): string[];