Refactor #3918 - For Image

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-04 10:45:01 +03:00
parent 9d568f5ab4
commit 684134a310
4 changed files with 154 additions and 18 deletions

View file

@ -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;