mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Listbox
This commit is contained in:
parent
189dea4d51
commit
a84c2587e3
4 changed files with 173 additions and 16 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -36,6 +36,7 @@ import { InputNumberPassThroughOptions } from '../inputnumber';
|
|||
import { InputSwitchPassThroughOptions } from '../inputswitch';
|
||||
import { InputTextPassThroughOptions } from '../inputtext';
|
||||
import { KnobPassThroughOptions } from '../knob';
|
||||
import { ListboxPassThroughOptions } from '../listbox';
|
||||
import { MegaMenuPassThroughOptions } from '../megamenu';
|
||||
import { MenuPassThroughOptions } from '../menu';
|
||||
import { MenubarPassThroughOptions } from '../menubar';
|
||||
|
@ -123,6 +124,7 @@ interface PrimeVuePTOptions {
|
|||
inputswitch?: InputSwitchPassThroughOptions;
|
||||
inputtext?: InputTextPassThroughOptions;
|
||||
knob?: KnobPassThroughOptions;
|
||||
listbox?: ListboxPassThroughOptions;
|
||||
megamenu?: MegaMenuPassThroughOptions;
|
||||
menu?: MenuPassThroughOptions;
|
||||
menubar?: MenubarPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue