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