Constructors
Methods
Static
getTheme
- getTheme(): {
isModernTheme: boolean;
theme: string;
themeType: "light"
| "dark";
} Returns { isModernTheme: boolean; theme: string; themeType: "light" | "dark" }
Static
setTheme
- setTheme(theme: string): void
Returns void
Static properties and methods related to the theme.