Refactor #3832 Refactor #3833 - For Rating

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-04 15:41:50 +03:00
parent 730d16d260
commit 6672378d51
3 changed files with 32 additions and 18 deletions

View file

@ -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;
}