react-raster
Version:
Advanced grid- and styling-system which is highly customizable and ready for server-side-rendering.
16 lines (15 loc) • 429 B
TypeScript
export declare function getSpacingValue({ gap, colspan, breakpoints, prop, counterProp, }: any): any[];
export default function getSpacing({ display, rowGap, columnGap, colspan, breakpoints, props, prop, }: {
display: any;
rowGap: any;
columnGap: any;
colspan: any;
breakpoints: any;
props: any;
prop: any;
}): {
left: any[];
right: any[];
top: any[];
bottom: any[];
};