UNPKG
@jchinkle/react-arborist
Version:
latest (3.0.7)
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
react-arborist.netlify.app
jchinkle/react-arborist
@jchinkle/react-arborist
/
dist
/
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"
];