UNPKG

@deepdub/react-arborist

Version:
3 lines (2 loc) 130 B
import { TreeProps } from "../types/tree-props"; export declare function useValidatedProps<T>(props: TreeProps<T>): TreeProps<T>;