@codegouvfr/react-dsfr
Version:
French State Design System React integration library
22 lines (20 loc) • 738 B
text/typescript
export * from "./colors";
export type { BreakpointKeys } from "./breakpoints";
import { breakpoints } from "./breakpoints";
import { spacing } from "./spacing";
export type { SpacingToken } from "./spacing";
import { cx } from "./cx";
export type { FrCxArg } from "./cx";
export type { Colors } from "./colors";
export type { ColorOptions } from "./generatedFromCss/colorOptions";
export type { ColorDecisions } from "./generatedFromCss/colorDecisions";
import { colors } from "./colors";
export type { FrClassName, FrIconClassName, RiIconClassName } from "./generatedFromCss/classNames";
import { typography } from "./generatedFromCss/typography";
export const fr = {
breakpoints,
spacing,
cx,
colors,
typography
};