mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update Image.d.ts
Made typescript interface indicator slot match the docs and implementation
This commit is contained in:
parent
d7c25df7b0
commit
5ae1c7051c
1 changed files with 2 additions and 2 deletions
4
components/lib/image/Image.d.ts
vendored
4
components/lib/image/Image.d.ts
vendored
|
@ -186,7 +186,7 @@ export interface ImageProps {
|
|||
imageClass?: any;
|
||||
/**
|
||||
* Custom indicator icon.
|
||||
* @deprecated since v3.27.0. Use 'indicator' slot.
|
||||
* @deprecated since v3.27.0. Use 'indicatoricon' slot.
|
||||
*/
|
||||
indicatorIcon?: string;
|
||||
/**
|
||||
|
@ -223,7 +223,7 @@ export interface ImageSlots {
|
|||
/**
|
||||
* Custom indicator template.
|
||||
*/
|
||||
indicator(): VNode[];
|
||||
indicatoricon(): VNode[];
|
||||
/**
|
||||
* Custom refresh template.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue