mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3918 - For Galleria
This commit is contained in:
parent
8a3c948f5b
commit
c8e8a6ca30
7 changed files with 228 additions and 27 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -19,6 +19,7 @@ import { DividerPassThroughOptions } from '../divider';
|
|||
import { DockPassThroughOptions } from '../dock';
|
||||
import { FieldsetPassThroughOptions } from '../fieldset';
|
||||
import { FileUploadPassThroughOptions } from '../fileupload';
|
||||
import { GalleriaPassThroughOptions } from '../galleria';
|
||||
import { ImagePassThroughOptions } from '../image';
|
||||
import { InlineMessagePassThroughOptions } from '../inlinemessage';
|
||||
import { InplacePassThroughOptions } from '../inplace';
|
||||
|
@ -85,6 +86,7 @@ interface PrimeVuePTOptions {
|
|||
dynamicdialog?: DialogPassThroughOptions;
|
||||
fieldset?: FieldsetPassThroughOptions;
|
||||
fileupload?: FileUploadPassThroughOptions;
|
||||
galleria?: GalleriaPassThroughOptions;
|
||||
image?: ImagePassThroughOptions;
|
||||
inlinemessage?: InlineMessagePassThroughOptions;
|
||||
inplace?: InplacePassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue