Skip to content

Commit 0f2adf9

Browse files
committed
fix: rub up tests
1 parent 35bc6fa commit 0f2adf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/headless/src/components/rating/rating.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import styles from './rating.css?inline';
1313
export type RatingProps = {
1414
value?: number;
1515
total?: number;
16-
icon?: Component<{}>;
16+
icon?: Component<object>;
1717
onChange$?: PropFunction<(index: number) => void>;
1818
};
1919

0 commit comments

Comments
 (0)