Skip to content

Commit

Permalink
Merge pull request #5390 from Popeye4242/master
Browse files Browse the repository at this point in the history
Update Image.d.ts
  • Loading branch information
tugcekucukoglu committed Mar 13, 2024
2 parents 11620b6 + 5ae1c70 commit 0bc9e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/image/Image.d.ts
Expand Up @@ -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;
/**
Expand Down Expand Up @@ -223,7 +223,7 @@ export interface ImageSlots {
/**
* Custom indicator template.
*/
indicator(): VNode[];
indicatoricon(): VNode[];
/**
* Custom refresh template.
*/
Expand Down

0 comments on commit 0bc9e62

Please sign in to comment.