Update TreeSelect.d.ts

pull/3913/head
Tuğçe Küçükoğlu 2023-04-28 10:30:43 +03:00
parent 67a3e75c31
commit 890a1a66e0
1 changed files with 1 additions and 2 deletions

View File

@ -148,12 +148,11 @@ export interface TreeSelectSlots {
empty(): VNode[];
/**
* Custom indicator template.
* @deprecated since v3.27.0. Use 'checkboxicon' slot.
* @deprecated since v3.27.0. Use 'triggericon' slot.
*/
indicator(): VNode[];
/**
* Custom indicator template.
* @deprecated since v3.27.0. Use 'checkboxicon' slot.
*/
triggericon(): VNode[];
/**