update tree-select typescript (#12091)

This commit is contained in:
Zhiqiang Gong 2018-09-06 11:49:08 +08:00 committed by zombieJ
parent 32c78b2f8d
commit 2cf2b678e8

View File

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