Refactor #3924 - For VirtualScroller

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 09:37:18 +03:00
parent a1f6e57d43
commit afd4ddde69
4 changed files with 112 additions and 5 deletions

View file

@ -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 {