UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Chatbot Framework

6 lines (5 loc) 266 B
export type PoweredByAtlasVectorSearchProps = { className?: string; linkStyle?: "learnMore" | "text"; }; export declare function PoweredByAtlasVectorSearch({ className, linkStyle, }: PoweredByAtlasVectorSearchProps): import("react/jsx-runtime").JSX.Element;