Update Rating.d.ts
parent
7ccb3385e4
commit
5cdab4a0fc
|
@ -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…
Reference in New Issue