Browse Source

update tree-select typescript (#12091)

pull/12085/head
Zhiqiang Gong 6 years ago
committed by zombieJ
parent
commit
2cf2b678e8
  1. 1
      components/tree-select/interface.tsx

1
components/tree-select/interface.tsx

@ -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…
Cancel
Save