UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

8 lines (7 loc) 269 B
import { default as React } from 'react'; import { ChatWindowProps } from '../types'; interface ChatWindowWithApiKeyProps extends ChatWindowProps { apiKeyMissing?: boolean; } declare const ChatWindow: React.FC<ChatWindowWithApiKeyProps>; export default ChatWindow;