diff --git a/components/lib/rating/Rating.d.ts b/components/lib/rating/Rating.d.ts index bb72ebea6..7c34a1b1e 100755 --- a/components/lib/rating/Rating.d.ts +++ b/components/lib/rating/Rating.d.ts @@ -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. */