ThemeOption
type ThemeOption = | "light" | "dark" | CustomTheme;Defined in: src/types/index.ts:426
Theme options: built-in themes or custom theme object
type ThemeOption = | "light" | "dark" | CustomTheme;Defined in: src/types/index.ts:426
Theme options: built-in themes or custom theme object