UNPKG
@sgnl-pro/react-tree
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
A tree view component for React
@sgnl-pro/react-tree
/
dist
/
context
/
useTreeState.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
import
{
ITreeState
}
from
'./treeReducer'
;
export
declare
const
useTreeState
:
() =>
ITreeState
;