UNPKG
@adminium/ui
Version:
latest (2.47.0)
2.47.0
Arco Design React UI Library.
arco.adminium.xyz
adminium/arco-design
@adminium/ui
/
lib
/
Tree
/
context.js
6 lines
(5 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
TreeContext
=
void
0
;
var
react_1 =
require
(
"react"
);
exports
.
TreeContext
= (
0
, react_1.
createContext
)({});