ThemeContext
constThemeContext:Context<undefined| {appliedTheme:string;switchTheme: (v) =>void;theme:string; }>
Context to provide theme information and a function to switch themes.
constThemeContext:Context<undefined| {appliedTheme:string;switchTheme: (v) =>void;theme:string; }>
Context to provide theme information and a function to switch themes.