UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

5 lines (4 loc) 163 B
import { WebChatAPI, EmbedChatAPI } from './types'; declare const WebChat: WebChatAPI; declare const EmbedChatAPI: EmbedChatAPI; export { WebChat, EmbedChatAPI };