UNPKG

@selleo/chatbot-client

Version:

Client that can be integrated with a backend created with openai

4 lines (2 loc) 236 B
import { MessageType } from '../../../../../../../src/types'; export declare const ConversationBubble: import('react').MemoExoticComponent<({ content, role, isWaiting }: MessageType) => import("react/jsx-runtime").JSX.Element | null>;