Variable themeValueContextConst

themeValueContext: Context<{
    setTheme: Dispatch<SetStateAction<Theme>>;
    setThemeByOptions: ((themeOptions: Partial<ThemeOptions>) => void);
    theme: Theme;
}> = ...

主题context

Generated using TypeDoc