UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

6 lines (5 loc) 241 B
import { WebChatAPI, EmbedChatAPI, WhatsAppAPI } from './types'; declare const WebChat: WebChatAPI; declare const EmbedChatAPI: EmbedChatAPI; declare const WhatsAppButtonAPI: WhatsAppAPI; export { WebChat, EmbedChatAPI, WhatsAppButtonAPI };