UNPKG

@jeact/mui-dynamic-theme

Version:

Adds dynamism to the MUI theme, like dark-mode, theme togglers and more colors

6 lines 236 B
import { useContext } from "react"; import { DynamicThemeContext } from "./DynamicThemeProvider"; export default function useDynamicTheme() { return useContext(DynamicThemeContext); } //# sourceMappingURL=useDynamicTheme.js.map