UNPKG

@hitachivantara/uikit-react-shared

Version:
9 lines (8 loc) 252 B
import { EmotionContext } from "../context/EmotionContext.js"; import { useContext } from "react"; //#region src/hooks/useEmotionCache.ts function useEmotionCache() { return useContext(EmotionContext).cache; } //#endregion export { useEmotionCache };