UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

7 lines (6 loc) 200 B
import { default as React } from 'react'; import { ChatBotProps } from '../types'; declare const ChatBot: React.FC<ChatBotProps & { exposeControl?: (api: any) => void; }>; export default ChatBot;