mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
730d16d260
commit
6672378d51
3 changed files with 32 additions and 18 deletions
3
components/lib/rating/Rating.d.ts
vendored
3
components/lib/rating/Rating.d.ts
vendored
|
@ -59,17 +59,14 @@ export interface RatingProps {
|
|||
cancel?: boolean | undefined;
|
||||
/**
|
||||
* Icon for the on state.
|
||||
* @defaultValue pi pi-star
|
||||
*/
|
||||
onIcon?: string | undefined;
|
||||
/**
|
||||
* Icon for the off state.
|
||||
* @defaultValue pi pi-star-fill
|
||||
*/
|
||||
offIcon?: string | undefined;
|
||||
/**
|
||||
* Icon for the cancelable state.
|
||||
* @defaultValue pi pi-ban
|
||||
*/
|
||||
cancelIcon?: string | undefined;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue