@codegouvfr/react-dsfr
Version:
French State Design System React integration library
11 lines (10 loc) • 338 B
TypeScript
export declare const breakpointsValuesUnit = "em";
export declare const breakpointKeys: readonly ["xs", "sm", "md", "lg", "xl"];
export type BreakpointKeys = typeof breakpointKeys[number];
export declare const breakpointsValues: {
readonly xs: 0;
readonly sm: 36;
readonly md: 48;
readonly lg: 62;
readonly xl: 78;
};