UNPKG

infinity-forge

Version:
11 lines (10 loc) 290 B
interface IStarsTextProps { text?: string; starClassName?: string; theme?: { baseColor: string; }; rating?: number; } export declare function StarsText({ starClassName, text, theme, rating }: IStarsTextProps): import("react/jsx-runtime").JSX.Element; export {};