UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

13 lines (12 loc) 451 B
import React from 'react'; import { TreeSelectProps, LabelValue } from './interface'; import { TreeProps } from '../Tree/interface'; interface TreeListProps extends TreeSelectProps { value: LabelValue[]; multiple: boolean; filterNode: TreeProps['filterNode']; inputValue?: string; prefixCls?: string; } declare const _default: React.ForwardRefExoticComponent<TreeListProps & React.RefAttributes<unknown>>; export default _default;