UNPKG

@calq/neura-chat-widget

Version:

NeuraChat embedable script to insert chat widget

3 lines (2 loc) 203 B
import { NeuraChatBubbleWidgetInstance, NeuraChatBubbleWidgetOptions } from "../types"; export declare const createBubbleWidget: (options: NeuraChatBubbleWidgetOptions) => NeuraChatBubbleWidgetInstance;