mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Indicator icon props added
This commit is contained in:
parent
18fcf71928
commit
00ec5d1264
2 changed files with 10 additions and 1 deletions
5
components/image/Image.d.ts
vendored
5
components/image/Image.d.ts
vendored
|
@ -27,6 +27,11 @@ export interface ImageProps {
|
|||
* Style class of the image element.
|
||||
*/
|
||||
imageClass?: any;
|
||||
/**
|
||||
* Custom indicator icon.
|
||||
* @defaultValue pi pi-eye
|
||||
*/
|
||||
indicatorIcon?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue