Update VirtualScroller.d.ts
parent
c66706faa1
commit
f1f77d62a6
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue