mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
f93e2be93d
commit
cd7ef52319
32 changed files with 239 additions and 53 deletions
3
components/lib/rating/Rating.d.ts
vendored
3
components/lib/rating/Rating.d.ts
vendored
|
@ -59,14 +59,17 @@ export interface RatingProps {
|
|||
cancel?: boolean | undefined;
|
||||
/**
|
||||
* Icon for the on state.
|
||||
* @deprecated since v3.27.0. Use 'onicon' slot.
|
||||
*/
|
||||
onIcon?: string | undefined;
|
||||
/**
|
||||
* Icon for the off state.
|
||||
* @deprecated since v3.27.0. Use 'officon' slot.
|
||||
*/
|
||||
offIcon?: string | undefined;
|
||||
/**
|
||||
* Icon for the cancelable state.
|
||||
* @deprecated since v3.27.0. Use 'cancelicon' slot.
|
||||
*/
|
||||
cancelIcon?: string | undefined;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue