UNPKG

@botonic/react

Version:

Build Chatbots using React

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