UNPKG
react-arborist-simple
Version:
latest (3.5.0)
3.5.0
3.4.0
react-arborist-simple.netlify.app
brimdata/react-arborist-simple
react-arborist-simple
/
dist
/
module
/
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>;