@anpdgovbr/shared-ui
Version:
Biblioteca de componentes React com MUI v7 e padrão GovBR-ds para ANPD
10 lines • 400 B
TypeScript
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