UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

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