@codegouvfr/react-dsfr
Version:
French State Design System React integration library
6 lines (5 loc) • 391 B
TypeScript
import { type BreakpointKeys, type BreakpointsValues } from "./fr/breakpoints";
import { useBreakpointsValuesPx } from "./useBreakpointsValuesPx";
export type { BreakpointKeys, BreakpointsValues };
/** @deprecated Use import { useBreakpointsValuesPx } from "@codegouvfr/react-dsfr/useBreakpointsValuesPx"; instead */
export declare const useBreakpointsValues: typeof useBreakpointsValuesPx;