Refactor #3922 - For Knob

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 17:13:58 +03:00
parent a13dcd38d3
commit 57cf4b6abb
4 changed files with 94 additions and 4 deletions

View file

@ -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;