UNPKG

@hitachivantara/uikit-react-shared

Version:
15 lines (14 loc) 350 B
"use strict"; 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;