UNPKG

csd

Version:

css codes with design system in css in js libraries

7 lines (6 loc) 202 B
import { PixelCSSRule } from "@/types/CSSRules"; import { ContainerPadding, Size } from "@/types/system"; declare const pad: { [S in Size]: PixelCSSRule<ContainerPadding[S]>; }; export default pad;