Indicator icon props added

This commit is contained in:
Furkan Sezis 2023-03-21 16:59:02 +03:00
parent 18fcf71928
commit 00ec5d1264
2 changed files with 10 additions and 1 deletions

View file

@ -27,6 +27,11 @@ export interface ImageProps {
* Style class of the image element.
*/
imageClass?: any;
/**
* Custom indicator icon.
* @defaultValue pi pi-eye
*/
indicatorIcon?: string;
}
/**