UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

4 lines (3 loc) 204 B
import { type ChatbotViewProps } from "./ChatbotView"; export type ChatWindowProps = ChatbotViewProps; export declare function ChatWindow(props: ChatWindowProps): import("react/jsx-runtime").JSX.Element;