@hitachivantara/uikit-react-shared
Version:
Shared React contexts for the NEXT UI Kit.
9 lines (8 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const react = require("react");
const EmotionContext = require("../context/EmotionContext.cjs");
function useEmotionCache() {
return react.useContext(EmotionContext.EmotionContext).cache;
}
exports.useEmotionCache = useEmotionCache;