UNPKG
react-arborist-simple
Version:
latest (3.5.0)
3.5.0
3.4.0
react-arborist-simple.netlify.app
brimdata/react-arborist-simple
react-arborist-simple
/
dist
/
module
/
data
/
make-tree.d.ts
6 lines
(5 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
makeTree
(
string
:
string
):
{ id:
string
; name:
string
; isOpen:
boolean
; };