UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

9 lines (8 loc) 210 B
import { type ReactNode } from "react"; export declare function useIsGov(): { isGov: boolean; }; export declare function IsGovProvider(props: { children: ReactNode; isGov: boolean; }): JSX.Element;