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
/
main
/
hooks
/
use-validated-props.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
TreeProps
}
from
"../types/tree-props"
;
export
declare
function
useValidatedProps<T>(
props
:
TreeProps
<T>):
TreeProps
<T>;