UNPKG

preact-arco-design

Version:

Arco Design React UI Library.

13 lines (10 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconContext = void 0; var _compat = require("preact/compat"); var IconContext = (0, _compat.createContext)({ prefixCls: 'arco' }); exports.IconContext = IconContext;