Merge pull request #3913 from buraksaglam089/issue-3864

imagePreview slot added
This commit is contained in:
Tuğçe Küçükoğlu 2023-05-03 17:47:01 +03:00 committed by GitHub
commit db82eb8987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.'
}
];