UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Chatbot Framework

6 lines (5 loc) 232 B
import { DarkModeProps } from "./DarkMode"; export type DocsChatbotProps = DarkModeProps & { suggestedPrompts?: string[]; }; export declare function DocsChatbot(props: DocsChatbotProps): import("react/jsx-runtime").JSX.Element;