Refactor #3832 Refactor #3833 - For Listbox

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-04 15:40:49 +03:00
parent 06124bd86e
commit 01fe1466a6
3 changed files with 24 additions and 11 deletions

View file

@ -285,6 +285,10 @@ export interface ListboxSlots {
*/
options: any[];
}): VNode[];
/**
* Custom filter icon template.
*/
filtericon(): VNode[];
}
/**