UNPKG

antd-style

Version:

css-in-js solution for application combine with antd v5 token system and emotion

4 lines 162 B
import { createContext } from 'react'; export var createEmotionContext = function createEmotionContext(emotion) { return /*#__PURE__*/createContext(emotion); };