flowise-embed-oc
Version:
Javascript library to display flowise chatbot on your website
20 lines • 641 B
TypeScript
import { LeadsConfig, MessageType } from '@/components/Bot';
type Props = {
message: MessageType;
chatflowid: 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