Tree(types): add typescript definition

pull/21499/head
wisen 2021-11-25 14:51:27 +08:00
parent dab6b9dae0
commit 8fbcf17268
1 changed files with 2 additions and 0 deletions

2
types/tree.d.ts vendored
View File

@ -263,4 +263,6 @@ export declare class ElTree<K, D extends TreeData> extends ElementUIComponent {
/** Custom tree node icon */
iconClass?: string;
/** Whether to check the parent time only check the filtered child when `show-checkbox` is `true` */
filterCheckStrictly: boolean;
}