chatbot-test-william
Version:
A flexible and customizable React chat component that supports context-aware conversations and document processing
16 lines (13 loc) • 398 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
declare function ChatWindow(props: {
endpoint: string;
placeholder?: string;
titleText?: string;
aiIcon?: string;
humanIcon?: string;
chatIcon?: string;
initialMessage?: string;
uploadEndpoint?: string;
showUpload?: boolean;
}): react_jsx_runtime.JSX.Element;
export { ChatWindow as default };