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