UNPKG

react-raster

Version:

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

9 lines (8 loc) 235 B
interface Props { cols: number[]; colspan: number[]; marginLeft: number[]; marginRight: number[]; } export default function getColsTotal({ cols, colspan, marginLeft, marginRight, }: Props): number[]; export {};