@codegouvfr/react-dsfr
Version:
French State Design System React integration library
8 lines (7 loc) • 333 B
TypeScript
import { type BreakpointKeys, type BreakpointsValues } from "./fr/breakpoints";
export type { BreakpointKeys, BreakpointsValues };
/** Return the breakpoint values in px, the values ger refreshed
* when the base font size change. */
export declare function useBreakpointsValuesPx(): {
breakpointsValues: BreakpointsValues;
};