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

@ -52,6 +52,10 @@ const ImageSlots = [
{
name: 'close',
description: 'Custom content for the component close.'
},
{
name: 'imagePreview',
description: 'Custom content for the component preview.'
}
];