mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For VirtualScroller
This commit is contained in:
parent
a1f6e57d43
commit
afd4ddde69
4 changed files with 112 additions and 5 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -48,6 +48,7 @@ import { TerminalPassThroughOptions } from '../terminal';
|
|||
import { TieredMenuPassThroughOptions } from '../tieredmenu';
|
||||
import { ToastPassThroughOptions } from '../toast';
|
||||
import { ToolbarPassThroughOptions } from '../toolbar';
|
||||
import { VirtualScrollerPassThroughOptions } from '../virtualscroller';
|
||||
|
||||
interface PrimeVueConfiguration {
|
||||
ripple?: boolean;
|
||||
|
@ -117,6 +118,7 @@ interface PrimeVuePTOptions {
|
|||
tieredmenu?: TieredMenuPassThroughOptions;
|
||||
toast?: ToastPassThroughOptions;
|
||||
toolbar?: ToolbarPassThroughOptions;
|
||||
virtualscroller?: VirtualScrollerPassThroughOptions;
|
||||
}
|
||||
|
||||
interface PrimeVueLocaleAriaOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue