Refactor #3922 - For MultiSelect

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-08 10:00:16 +03:00
parent 812e6c6a8c
commit f7bd91e3cf
4 changed files with 302 additions and 41 deletions

View file

@ -41,6 +41,7 @@ import { MegaMenuPassThroughOptions } from '../megamenu';
import { MenuPassThroughOptions } from '../menu';
import { MenubarPassThroughOptions } from '../menubar';
import { MessagePassThroughOptions } from '../message';
import { MultiSelectPassThroughOptions } from '../multiselect';
import { OverlayPanelPassThroughOptions } from '../overlaypanel';
import { PanelPassThroughOptions } from '../panel';
import { PanelMenuPassThroughOptions } from '../panelmenu';
@ -129,6 +130,7 @@ interface PrimeVuePTOptions {
menu?: MenuPassThroughOptions;
menubar?: MenubarPassThroughOptions;
message?: MessagePassThroughOptions;
multiselect?: MultiSelectPassThroughOptions;
overlaypanel?: OverlayPanelPassThroughOptions;
panel?: PanelPassThroughOptions;
panelmenu?: PanelMenuPassThroughOptions;