Update Rating.d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 16:24:00 +03:00
parent 7ccb3385e4
commit 5cdab4a0fc

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