UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

5 lines (4 loc) 165 B
import { default as React } from 'react'; import { EmbedChatProps } from '../../types'; declare const EmbedChat: React.FC<EmbedChatProps>; export default EmbedChat;