imagePreview slot added

This commit is contained in:
Burak Sağlam 2023-04-29 21:43:56 +03:00
parent aedc26d859
commit fc6230c29a
4 changed files with 17 additions and 2 deletions

View file

@ -62,6 +62,10 @@ export interface ImageSlots {
* Custom close template.
*/
close(): VNode[];
/**
* Custom preview template.
*/
imagePreview(): VNode[];
}
export interface ImageEmits {}