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

Function useSetTheme

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

Source from the content-addressed store, hash-verified

5
6const SetThemeContext = createContext(null);
7export const useSetTheme = () => useContext(SetThemeContext);
8
9export const ThemeProvider = ({ children }) => {
10 const [theme, _setTheme] = useState(() => {

Callers 1

HeaderBarFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected