UNPKG

react-flexible-star-rating

Version:
9 lines 312 B
import React from "react"; type StarProps = React.SVGProps<SVGSVGElement> & { color?: string; }; export declare const EmptyStar: React.FC<StarProps>; export declare const HalfFilledStar: React.FC<StarProps>; export declare const FilledStar: React.FC<StarProps>; export {}; //# sourceMappingURL=Stars.d.ts.map