vrfi-design-system 1.2.22 → 1.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1072,6 +1072,7 @@ declare interface RatingProgressBarProps {
1072
1072
  totalCandidates: number;
1073
1073
  className?: string;
1074
1074
  title?: string;
1075
+ onStarClick?: (item: RatingItem) => void;
1075
1076
  }
1076
1077
 
1077
1078
  export declare const RatingStar: default_2.FC<RatingStarProps>;