UNPKG
@deepdub/react-arborist
Version:
latest (3.4.2)
3.4.2
3.4.1
react-arborist.netlify.app
brimdata/react-arborist
@deepdub/react-arborist
/
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>;