MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / useTheme

Function useTheme

web/src/context/Theme/index.js:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3const ThemeContext = createContext(null);
4export const useTheme = () => useContext(ThemeContext);
5
6const SetThemeContext = createContext(null);
7export const useSetTheme = () => useContext(SetThemeContext);

Callers 3

HeaderBarFunction · 0.90
PersonalSetting.jsFile · 0.90
index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected