Refactor #3832 Refactor #3833 - For VirtualScroller

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-07 09:50:09 +03:00
parent 20726d35e1
commit 8a1a8e8214
3 changed files with 18 additions and 4 deletions

View file

@ -308,6 +308,10 @@ export interface VirtualScrollerSlots {
*/
options: VirtualScrollerLoaderOptions;
}): VNode[];
/**
* Custom loading icon template.
*/
loadingicon(): VNode[];
}
/**