UNPKG
@bee-design/ui
Version:
latest (1.1.0)
1.1.0
1.0.22
1.0.21
1.0.20
Bee Design React UI Library.
bee.design
@bee-design/ui
/
icon
/
react-icon-cjs
/
context.js
13 lines
(10 loc)
•
259 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
:
'bee'
});
exports
.
IconContext
=
IconContext
;