Refactor #3922 - For InputSwitch

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 16:10:07 +03:00
parent 6539ba296d
commit 636bd1de8f
4 changed files with 66 additions and 4 deletions

View file

@ -32,6 +32,7 @@ import { InlineMessagePassThroughOptions } from '../inlinemessage';
import { InplacePassThroughOptions } from '../inplace';
import { InputMaskPassThroughOptions } from '../inputmask';
import { InputNumberPassThroughOptions } from '../inputnumber';
import { InputSwitchPassThroughOptions } from '../inputswitch';
import { InputTextPassThroughOptions } from '../inputtext';
import { MegaMenuPassThroughOptions } from '../megamenu';
import { MenuPassThroughOptions } from '../menu';
@ -110,6 +111,7 @@ interface PrimeVuePTOptions {
inplace?: InplacePassThroughOptions;
inputmask?: InputMaskPassThroughOptions;
inputnumber?: InputNumberPassThroughOptions;
inputswitch?: InputSwitchPassThroughOptions;
inputtext?: InputTextPassThroughOptions;
megamenu?: MegaMenuPassThroughOptions;
menu?: MenuPassThroughOptions;