UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

6 lines (5 loc) 251 B
import { ComponentProps } from "react"; export declare function BotMessageButton2({ className, label, onClick, timestamp, ...props }: ComponentProps<"button"> & { label: string; timestamp?: number; }): import("react/jsx-runtime").JSX.Element;