fix: add tree-select types

pull/1225/head
tanjinzhou 2019-09-23 19:06:38 +08:00
parent 03d8e528de
commit f58cea1dff
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ export declare class TreeSelect extends AntdComponent {
*/ */
loadData: (node: any) => void; loadData: (node: any) => void;
maxTagCount: number;
maxTagPlaceholder: any;
/** /**
* Support multiple or not, will be true when enable treeCheckable. * Support multiple or not, will be true when enable treeCheckable.
* @default false * @default false