UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

12 lines 281 B
export * from "./colors"; import { breakpoints } from "./breakpoints"; import { spacing } from "./spacing"; import { cx } from "./cx"; import { getColors } from "./colors"; export const fr = { breakpoints, spacing, cx, getColors }; //# sourceMappingURL=index.js.map