We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc6fa commit 0f2adf9Copy full SHA for 0f2adf9
packages/headless/src/components/rating/rating.tsx
@@ -13,7 +13,7 @@ import styles from './rating.css?inline';
13
export type RatingProps = {
14
value?: number;
15
total?: number;
16
- icon?: Component<{}>;
+ icon?: Component<object>;
17
onChange$?: PropFunction<(index: number) => void>;
18
};
19
0 commit comments