UNPKG

@calq/neura-chat-widget

Version:

NeuraChat embedable script to insert chat widget

5 lines (4 loc) 364 B
import { NeuraChatWidgetConfig, NeuraChatWidgetOptions } from "./types"; export declare const defaultOptions: NeuraChatWidgetOptions; export declare function setCustomStyles(config: NeuraChatWidgetConfig): void; export declare const transition: (element: HTMLElement, directionOrEnter: "enter" | "leave" | boolean, baseClass: string, onDone?: () => void) => void;