UNPKG

react-raster

Version:

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

7 lines (6 loc) 163 B
export default interface spacingObject { top?: number | string; right?: number | string; bottom?: number | string; left?: number | string; }