UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines (6 loc) 198 B
import type { ReactNode } from "react"; export type DsfrProviderProps = { children: ReactNode; lang?: string; }; export declare function DsfrProvider(props: DsfrProviderProps): JSX.Element;