Refactor #3922 - For Dropdown

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-07 23:37:26 +03:00
parent 316f94470c
commit 133c543eab
4 changed files with 213 additions and 25 deletions

View file

@ -23,6 +23,7 @@ import { DeferredContentPassThroughOptions } from '../deferredcontent';
import { DialogPassThroughOptions } from '../dialog';
import { DividerPassThroughOptions } from '../divider';
import { DockPassThroughOptions } from '../dock';
import { DropdownPassThroughOptions } from '../dropdown';
import { EditorPassThroughOptions } from '../editor';
import { FieldsetPassThroughOptions } from '../fieldset';
import { FileUploadPassThroughOptions } from '../fileupload';
@ -108,6 +109,7 @@ interface PrimeVuePTOptions {
divider?: DividerPassThroughOptions;
dialog?: DialogPassThroughOptions;
dock?: DockPassThroughOptions;
dropdown?: DropdownPassThroughOptions;
dynamicdialog?: DialogPassThroughOptions;
editor?: EditorPassThroughOptions;
fieldset?: FieldsetPassThroughOptions;