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