UNPKG

@hitachivantara/uikit-react-shared

Version:

Shared React contexts for the NEXT UI Kit.

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