UNPKG

@botonic/react

Version:

Build Chatbots using React

4 lines (3 loc) 252 B
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: we don't need a title for the svg */ import type { RatingIconProps } from '../types'; export declare const FaceMehSvg: ({ color, selected }: RatingIconProps) => import("react/jsx-runtime").JSX.Element;