UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

6 lines (5 loc) 237 B
import { default as React } from 'react'; import { MessageProps } from '../types'; export declare function formatLocalDateStringWithTime(dateString: string): string; declare const Message: React.FC<MessageProps>; export default Message;