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; } /**