UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

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