UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
icon
/
react-icon-cjs
/
context.js
13 lines
(10 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"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
;