masterplan-optimizer-frontend / ThemeContextType
Interface: ThemeContextType¶
Defined in: src/contexts/ThemeContext.tsx:33
Context value for the active theme and refresh state.
Properties¶
isDark¶
isDark:
boolean
Defined in: src/contexts/ThemeContext.tsx:36
isLoading¶
isLoading:
boolean
Defined in: src/contexts/ThemeContext.tsx:35
refreshTheme¶
refreshTheme: () =>
Promise\<void>
Defined in: src/contexts/ThemeContext.tsx:37
Returns¶
Promise\<void>
theme¶
theme:
Theme|null
Defined in: src/contexts/ThemeContext.tsx:34