MCPcopy
hub / github.com/HKUDS/AI-Trader / ThemeContextType

Interface ThemeContextType

service/frontend/src/appShared.tsx:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66interface ThemeContextType {
67 theme: ThemeMode
68 setTheme: (theme: ThemeMode) => void
69}
70
71export const LanguageContext = createContext<LanguageContextType | null>(null)
72export const ThemeContext = createContext<ThemeContextType | null>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected