UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

5 lines (4 loc) 165 B
export declare function BotTextMessage({ messages, timestamp, }: { messages: Array<string>; timestamp?: number; }): import("react/jsx-runtime").JSX.Element;