UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

16 lines 459 B
import { FileUpload } from '../Bot'; type Props = { apiHost?: string; nexusId: string; chatId: string; agentName: string; agentMessage: string; agentArtifacts?: FileUpload[]; backgroundColor?: string; textColor?: string; fontSize?: number; renderHTML?: boolean; }; export declare const AgentReasoningBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=AgentReasoningBubble.d.ts.map