UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 250 B
import { RatingsProps } from './types'; declare const Ratings: ({ className, rating, range, icon, customIcon, spacing, shape, size, ratingsBackground, ratingsColor, }: RatingsProps) => import("react/jsx-runtime").JSX.Element; export default Ratings;