UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 124 B
import { FC } from 'react'; import { TStarProps } from "./index.types"; export declare const RatingStar: FC<TStarProps>;