UNPKG

react-raster

Version:

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

7 lines (6 loc) 152 B
interface Props { prop: number[]; cols: number[]; } export default function useMarginPercent({ prop, cols }: Props): string[]; export {};