mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
update tree-select typescript (#12091)
This commit is contained in:
parent
32c78b2f8d
commit
2cf2b678e8
@ -33,6 +33,7 @@ export interface TreeSelectProps extends AbstractSelectProps {
|
||||
value?: string | Array<any>;
|
||||
defaultValue?: string | Array<any>;
|
||||
multiple?: boolean;
|
||||
maxTagCount?: number;
|
||||
onSelect?: (value: any) => void;
|
||||
onChange?: (value: any, label: any) => void;
|
||||
onSearch?: (value: any) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user