UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

10 lines (9 loc) 355 B
import { ChatbotTriggerProps } from "./ChatbotTrigger"; export type ButtonTriggerProps = ChatbotTriggerProps & { text?: string; }; export declare function ButtonTrigger(props: ButtonTriggerProps): import("react/jsx-runtime").JSX.Element; /** * @deprecated Use ButtonTrigger instead */ export declare const ActionButtonTrigger: typeof ButtonTrigger;