@hitachivantara/uikit-react-shared
Version:
Shared React contexts for the NEXT UI Kit.
15 lines (14 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const react = require("react");
const HvThemeContext = react.createContext({
themes: [],
activeTheme: void 0,
colorModes: [],
selectedTheme: "",
selectedMode: "",
changeTheme: () => {
},
rootId: void 0
});
exports.HvThemeContext = HvThemeContext;