UNPKG
@deepdub/react-arborist
Version:
latest (3.4.2)
3.4.2
3.4.1
react-arborist.netlify.app
brimdata/react-arborist
@deepdub/react-arborist
/
dist
/
main
/
types
/
state.d.ts
3 lines
(2 loc)
•
109 B
TypeScript
View Raw
1
2
3
import
{
NodeApi
}
from
"../interfaces/node-api"
;
export
type
NodeState
=
typeof
NodeApi
.
prototype
[
"state"
];