Update Image.d.ts
Made typescript interface indicator slot match the docs and implementationpull/5390/head
parent
d7c25df7b0
commit
5ae1c7051c
|
@ -186,7 +186,7 @@ export interface ImageProps {
|
||||||
imageClass?: any;
|
imageClass?: any;
|
||||||
/**
|
/**
|
||||||
* Custom indicator icon.
|
* Custom indicator icon.
|
||||||
* @deprecated since v3.27.0. Use 'indicator' slot.
|
* @deprecated since v3.27.0. Use 'indicatoricon' slot.
|
||||||
*/
|
*/
|
||||||
indicatorIcon?: string;
|
indicatorIcon?: string;
|
||||||
/**
|
/**
|
||||||
|
@ -223,7 +223,7 @@ export interface ImageSlots {
|
||||||
/**
|
/**
|
||||||
* Custom indicator template.
|
* Custom indicator template.
|
||||||
*/
|
*/
|
||||||
indicator(): VNode[];
|
indicatoricon(): VNode[];
|
||||||
/**
|
/**
|
||||||
* Custom refresh template.
|
* Custom refresh template.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue