baseui
Version:
A React Component library implementing the Base design language
7 lines (6 loc) • 599 B
TypeScript
export declare function starSVG(fillColor: string, strokeColor: string, size: number): string;
export declare function angryRatingSVG(fillColor: string, faceColor: string, size: number): string;
export declare function sadRatingSVG(fillColor: string, faceColor: string, size: number): string;
export declare function neutralRatingSVG(fillColor: string, faceColor: string, size: number): string;
export declare function happyRatingSVG(fillColor: string, faceColor: string, size: number): string;
export declare function veryHappyRatingSVG(fillColor: string, faceColor: string, size: number): string;