fix: add tree-select types

pull/1225/head
tanjinzhou 5 years ago
parent 03d8e528de
commit f58cea1dff

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

Loading…
Cancel
Save