Update Rating.d.ts

pull/3997/head
Tuğçe Küçükoğlu 2023-05-25 16:24:00 +03:00
parent 7ccb3385e4
commit 5cdab4a0fc
1 changed files with 4 additions and 0 deletions

View File

@ -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.
*/