Refactor #4274 - For Image

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-16 09:40:12 +03:00
parent c4b7221efb
commit 07dae2e611
2 changed files with 3 additions and 3 deletions

View file

@ -232,7 +232,7 @@ export interface ImageSlots {
/**
* Image error function.
*/
onError: void;
onError(): void;
}): VNode[];
/**
* Custom preview template.
@ -249,7 +249,7 @@ export interface ImageSlots {
/**
* Preview click function.
*/
onClick: void;
onClick(): void;
}): VNode[];
}