mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3922 - For Knob
This commit is contained in:
parent
a13dcd38d3
commit
57cf4b6abb
4 changed files with 94 additions and 4 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -34,6 +34,7 @@ import { InputMaskPassThroughOptions } from '../inputmask';
|
|||
import { InputNumberPassThroughOptions } from '../inputnumber';
|
||||
import { InputSwitchPassThroughOptions } from '../inputswitch';
|
||||
import { InputTextPassThroughOptions } from '../inputtext';
|
||||
import { KnobPassThroughOptions } from '../knob';
|
||||
import { MegaMenuPassThroughOptions } from '../megamenu';
|
||||
import { MenuPassThroughOptions } from '../menu';
|
||||
import { MenubarPassThroughOptions } from '../menubar';
|
||||
|
@ -113,6 +114,7 @@ interface PrimeVuePTOptions {
|
|||
inputnumber?: InputNumberPassThroughOptions;
|
||||
inputswitch?: InputSwitchPassThroughOptions;
|
||||
inputtext?: InputTextPassThroughOptions;
|
||||
knob?: KnobPassThroughOptions;
|
||||
megamenu?: MegaMenuPassThroughOptions;
|
||||
menu?: MenuPassThroughOptions;
|
||||
menubar?: MenubarPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue