mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update Rating.d.ts
This commit is contained in:
parent
7ccb3385e4
commit
5cdab4a0fc
1 changed files with 4 additions and 0 deletions
4
components/lib/rating/Rating.d.ts
vendored
4
components/lib/rating/Rating.d.ts
vendored
|
@ -30,6 +30,10 @@ export interface RatingPassThroughOptions {
|
|||
* Uses to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the cancel item's DOM element.
|
||||
*/
|
||||
cancelItem?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the cancel icon's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue