From f1f77d62a613feaa807513b8a1f6684aae211f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 20 Jun 2023 12:51:09 +0300 Subject: [PATCH] Update VirtualScroller.d.ts --- components/lib/virtualscroller/VirtualScroller.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/lib/virtualscroller/VirtualScroller.d.ts b/components/lib/virtualscroller/VirtualScroller.d.ts index ec600a1f8..8cfdffff9 100644 --- a/components/lib/virtualscroller/VirtualScroller.d.ts +++ b/components/lib/virtualscroller/VirtualScroller.d.ts @@ -115,10 +115,6 @@ export interface VirtualScrollerPassThroughOptions { * Uses to pass attributes to the content's DOM element. */ content?: VirtualScrollerPassThroughOptionType; - /** - * Uses to pass attributes to the spacer's DOM element. - */ - spacer?: VirtualScrollerPassThroughOptionType; /** * Uses to pass attributes to the loader's DOM element. */ @@ -127,6 +123,10 @@ export interface VirtualScrollerPassThroughOptions { * Uses to pass attributes to the loading icon's DOM element. */ loadingIcon?: VirtualScrollerPassThroughOptionType; + /** + * Uses to pass attributes to the spacer's DOM element. + */ + spacer?: VirtualScrollerPassThroughOptionType; } /**