mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3922 - For InputMask
This commit is contained in:
parent
80300daa8f
commit
003c8b7127
4 changed files with 36 additions and 1 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -30,6 +30,7 @@ import { GalleriaPassThroughOptions } from '../galleria';
|
|||
import { ImagePassThroughOptions } from '../image';
|
||||
import { InlineMessagePassThroughOptions } from '../inlinemessage';
|
||||
import { InplacePassThroughOptions } from '../inplace';
|
||||
import { InputMaskPassThroughOptions } from '../inputmask';
|
||||
import { MegaMenuPassThroughOptions } from '../megamenu';
|
||||
import { MenuPassThroughOptions } from '../menu';
|
||||
import { MenubarPassThroughOptions } from '../menubar';
|
||||
|
@ -105,6 +106,7 @@ interface PrimeVuePTOptions {
|
|||
image?: ImagePassThroughOptions;
|
||||
inlinemessage?: InlineMessagePassThroughOptions;
|
||||
inplace?: InplacePassThroughOptions;
|
||||
inputmask?: InputMaskPassThroughOptions;
|
||||
megamenu?: MegaMenuPassThroughOptions;
|
||||
menu?: MenuPassThroughOptions;
|
||||
menubar?: MenubarPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue