mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3918 - For Image
This commit is contained in:
parent
9d568f5ab4
commit
684134a310
4 changed files with 154 additions and 18 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -18,6 +18,7 @@ import { DividerPassThroughOptions } from '../divider';
|
|||
import { DockPassThroughOptions } from '../dock';
|
||||
import { FieldsetPassThroughOptions } from '../fieldset';
|
||||
import { FileUploadPassThroughOptions } from '../fileupload';
|
||||
import { ImagePassThroughOptions } from '../image';
|
||||
import { InlineMessagePassThroughOptions } from '../inlinemessage';
|
||||
import { InplacePassThroughOptions } from '../inplace';
|
||||
import { MegaMenuPassThroughOptions } from '../megamenu';
|
||||
|
@ -82,6 +83,7 @@ interface PrimeVuePTOptions {
|
|||
dynamicdialog?: DialogPassThroughOptions;
|
||||
fieldset?: FieldsetPassThroughOptions;
|
||||
fileupload?: FileUploadPassThroughOptions;
|
||||
image?: ImagePassThroughOptions;
|
||||
inlinemessage?: InlineMessagePassThroughOptions;
|
||||
inplace?: InplacePassThroughOptions;
|
||||
megamenu?: MegaMenuPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue