UNPKG

react-raster

Version:

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

11 lines (10 loc) 235 B
interface Props { rest?: { id: string; width: number[]; }[]; breakpoints: number[]; id: string; } export default function normalizeRest({ rest, id, breakpoints, }: Props): number[]; export {};