Update image api-generator

pull/3798/head
Tuğçe Küçükoğlu 2023-03-24 16:44:45 +03:00
parent f16095b00f
commit f8673c084c
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@ const ImageProps = [
type: 'boolean',
default: 'false',
description: 'Controls the preview functionality.'
},
{
name: 'indicatorIcon',
type: 'string',
default: 'pi pi-eye',
description: 'Custom indicator icon.'
}
];