UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 184 B
import { TreeSelectProps } from '../interface'; import { TreeProps } from '../../Tree/interface'; export default function useTreeData(props: TreeSelectProps): [TreeProps['treeData']];