This commit is contained in:
tugcekucukoglu 2024-01-12 12:51:29 +03:00
parent af69d1ff1d
commit 16b430df6a
3 changed files with 31 additions and 4 deletions

View file

@ -222,6 +222,19 @@ export interface MeterGroupSlots {
*/
totalPercent: string;
}): VNode[];
/**
* Custom icon template.
*/
icon(scope: {
/**
* Current value of the component
*/
value: MeterItemOptions;
/**
* Style class of the icon
*/
class: string;
}): VNode[];
/**
* Custom start template.
*/