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
/
src
/
types
/
state.ts
4 lines
(2 loc)
•
110 B
text/typescript
View Raw
1
2
3
4
import
{
NodeApi
}
from
"../interfaces/node-api"
;
export
type
NodeState
=
typeof
NodeApi
.
prototype
[
"state"
];