interface ThemeOption
Last updated 2 months ago
This interface governs the theme options shown in the Settings Page Component.
export interface ThemeOption { icon: string; nameKey: string; value: AvailableTheme; }