UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

13 lines (12 loc) 294 B
import { RatingSize } from './rating-types'; type RatingProps = { rating?: number; scale?: number; size?: RatingSize; reviewLink?: { href: string; text: string; }; }; export declare const Rating: import("@builder.io/qwik").Component<RatingProps>; export {};