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-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>;