UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Chatbot Framework

6 lines (5 loc) 260 B
import { ChatbotTriggerProps } from "./ChatbotTrigger"; export type ActionButtonTriggerProps = ChatbotTriggerProps & { text?: string; }; export declare function ActionButtonTrigger(props: ActionButtonTriggerProps): import("react/jsx-runtime").JSX.Element;