UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

5 lines (4 loc) 231 B
import { type ComponentPropsWithoutRef } from "react"; export declare function BotMessageButton({ className, label, ...props }: ComponentPropsWithoutRef<"button"> & { label: string; }): import("react/jsx-runtime").JSX.Element;