UNPKG

react-raster

Version:

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

8 lines (7 loc) 263 B
interface Props { prop?: number | number[] | string | string[]; defaultProp?: number | number[] | string | string[]; breakpoints: number[]; } export default function normalizeProps({ prop, defaultProp, breakpoints, }: Props): any[]; export {};