UNPKG

@anpdgovbr/shared-ui

Version:

Biblioteca de componentes React com MUI v7 e padrão GovBR-ds para ANPD

10 lines 400 B
import { PropsWithChildren } from 'react'; type Mode = 'theme' | 'css'; interface ANPDThemeContextType { mode: Mode; toggle: () => void; } export declare const useANPDThemeMode: () => ANPDThemeContextType; export declare function ANPDThemeProvider({ children }: Readonly<PropsWithChildren>): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ANPD_ThemeProvider.d.ts.map