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
/
hooks
/
use-fresh-node.d.ts
2 lines
(1 loc)
•
81 B
TypeScript
View Raw
1
2
export
declare
function
useFreshNode<T>(
index
:
number
):
import
(
".."
).
NodeApi
<T>;