UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 260 B
interface RatingProps { botInteractionId?: string; inferenceId?: string; messageId: string; } export declare const MessageFeedback: ({ botInteractionId, inferenceId, messageId, }: RatingProps) => import("react/jsx-runtime").JSX.Element; export {};