UNPKG

react-raster

Version:

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

11 lines (10 loc) 272 B
import SpacingObject from "./useSpacing/spacingObject"; export default function useSpacingCSS(gap: { row: string; column: string; }, colspan: number, spacing: SpacingObject): { left: string; right: string; top: string; bottom: string; };