mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update VirtualScroller.d.ts
This commit is contained in:
parent
c66706faa1
commit
f1f77d62a6
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue