UNPKG

@hitachivantara/uikit-react-shared

Version:
9 lines (8 loc) 203 B
import { useContext } from "react"; import { EmotionContext } from "../context/EmotionContext.js"; function useEmotionCache() { return useContext(EmotionContext).cache; } export { useEmotionCache };