mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Dropdown
This commit is contained in:
parent
316f94470c
commit
133c543eab
4 changed files with 213 additions and 25 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue