@developer.notchatbot/webchat
Version:
A beautiful React chatbot widget with single-file bundle
28 lines (27 loc) • 882 B
TypeScript
export declare const COMPANY_CONFIG: {
readonly apiKey: "";
readonly primaryColor: "#111111";
readonly avatar: "";
readonly title: "NotChatBot";
readonly placeholder: "Escribe tu mensaje...";
readonly initialMessage: "¡Hola! ¿En qué puedo ayudarte?";
readonly position: "bottom-right";
readonly marginBottom: 20;
readonly marginSide: 20;
readonly showPopup: true;
readonly mobile: {
readonly position: "bottom-right";
readonly marginBottom: 15;
readonly marginSide: 15;
readonly showPopup: true;
};
readonly desktop: {
readonly position: "bottom-right";
readonly marginBottom: 25;
readonly marginSide: 25;
readonly showPopup: true;
};
readonly closeButtonIcon: "default";
readonly closeButtonText: "Cerrar";
readonly closeButtonCustomIcon: "";
};