Update image api-generator
parent
f16095b00f
commit
f8673c084c
|
@ -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.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue