UNPKG

@botonic/react

Version:

Build Chatbots using React

3 lines (2 loc) 170 B
import type { RatingItemProps } from './types'; export declare const Stars: ({ color, ratingNumber, hover }: RatingItemProps) => import("react/jsx-runtime").JSX.Element;