UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 161 B
import { FC } from 'react'; import { TRatingStarsProps } from "./index.types"; declare const RatingStars: FC<TRatingStarsProps>; export default RatingStars;