react-flexible-star-rating
Version:
A flexible and customizable React star rating component.
9 lines • 312 B
TypeScript
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