From 5cdab4a0fc3cc69059110e96b116646586da5f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 25 May 2023 16:24:00 +0300 Subject: [PATCH] Update Rating.d.ts --- components/lib/rating/Rating.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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. */