shiza-developer-chat-embed
Version:
Javascript library to display SHIZA Developer chatbot on your website
16 lines • 434 B
TypeScript
import { MessageType } from '../Bot';
type Props = {
message: MessageType;
apiHost?: string;
nexusId: string;
chatId: string;
showAvatar?: boolean;
avatarSrc?: string;
backgroundColor?: string;
textColor?: string;
fontSize?: number;
renderHTML?: boolean;
};
export declare const GuestBubble: (props: Props) => import("solid-js").JSX.Element;
export {};
//# sourceMappingURL=GuestBubble.d.ts.map