UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines (6 loc) 232 B
/// <reference types="react" /> import { JSX } from "../../../tools/JSX"; export declare const context: import("react").Context<((props: { theme: "light" | "dark" | "system"; sizePx: number; }) => JSX.Element) | undefined>;