Merge pull request #5390 from Popeye4242/master

Update Image.d.ts
pull/5383/head^2
Tuğçe Küçükoğlu 2024-03-13 12:49:37 +03:00 committed by GitHub
commit 0bc9e6232e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/