UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

6 lines (5 loc) 187 B
export declare function UserMessage({ type, content, timestamp, }: { type: "emoji" | "text"; content: string; timestamp?: number; }): import("react/jsx-runtime").JSX.Element;