UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

13 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconContext = void 0; var _react = require("react"); var IconContext = /*#__PURE__*/(0, _react.createContext)({ prefixCls: 'arco' }); exports.IconContext = IconContext;