mongodb-chatbot-ui
Version:
UI React components for the MongoDB Chatbot Framework
4 lines (3 loc) • 297 B
TypeScript
import { type ActionButtonTriggerProps } from "./ActionButtonTrigger";
export type FloatingActionButtonTriggerProps = ActionButtonTriggerProps;
export declare function FloatingActionButtonTrigger({ className, ...props }: FloatingActionButtonTriggerProps): import("react/jsx-runtime").JSX.Element;