UNPKG

csd

Version:

css codes with design system in css in js libraries

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