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
/
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"
];