UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

20 lines 619 B
import { LeadsConfig, MessageType } from '@/components/Bot'; type Props = { message: MessageType; nexusId: string; chatId: string; leadsConfig?: LeadsConfig; apiHost?: string; showAvatar?: boolean; avatarSrc?: string; backgroundColor?: string; textColor?: string; sendButtonColor?: string; fontSize?: number; isLeadSaved: boolean; setIsLeadSaved: (value: boolean) => void; setLeadEmail: (value: string) => void; }; export declare const LeadCaptureBubble: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=LeadCaptureBubble.d.ts.map