UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Chatbot Framework

6 lines (5 loc) 185 B
export type ErrorBannerProps = { message?: string; darkMode?: boolean; }; export declare function ErrorBanner(props: ErrorBannerProps): import("react/jsx-runtime").JSX.Element;