UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

7 lines (6 loc) 303 B
import { ModalProps } from "@leafygreen-ui/modal"; import { type ChatbotViewProps } from "./ChatbotView"; export type ModalViewProps = ChatbotViewProps & { shouldClose?: ModalProps["shouldClose"]; }; export declare function ModalView(props: ModalViewProps): import("react/jsx-runtime").JSX.Element;