UNPKG

@botonic/react

Version:

Build Chatbots using React

7 lines (6 loc) 182 B
interface RatingProps { inferenceId?: string; messageId: string; } export declare const MessageFeedback: ({ inferenceId, messageId }: RatingProps) => JSX.Element; export {};