UNPKG

antd-style

Version:

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

10 lines (9 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createEmotionContext = void 0; var _react = require("react"); var createEmotionContext = exports.createEmotionContext = function createEmotionContext(emotion) { return /*#__PURE__*/(0, _react.createContext)(emotion); };