UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

14 lines 351 B
export * from "./colors"; import { breakpoints } from "./breakpoints"; import { spacing } from "./spacing"; import { cx } from "./cx"; import { colors } from "./colors"; import { typography } from "./generatedFromCss/typography"; export const fr = { breakpoints, spacing, cx, colors, typography }; //# sourceMappingURL=index.js.map