mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5066
This commit is contained in:
parent
af69d1ff1d
commit
16b430df6a
3 changed files with 31 additions and 4 deletions
13
components/lib/metergroup/MeterGroup.d.ts
vendored
13
components/lib/metergroup/MeterGroup.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue