Repository URL to install this package:
import { RatingProps } from 'presets/Ratings'; export interface ProductRatingsProps extends RatingProps { className?: string; }