@hitachivantara/uikit-react-shared
Version:
Shared React contexts for the NEXT UI Kit.
11 lines (10 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const EmotionContext = require("./context/EmotionContext.cjs");
const ThemeContext = require("./context/ThemeContext.cjs");
const useEmotionCache = require("./hooks/useEmotionCache.cjs");
exports.EmotionContext = EmotionContext.EmotionContext;
exports.defaultCacheKey = EmotionContext.defaultCacheKey;
exports.defaultEmotionCache = EmotionContext.defaultEmotionCache;
exports.HvThemeContext = ThemeContext.HvThemeContext;
exports.useEmotionCache = useEmotionCache.useEmotionCache;