UNPKG

react-jwchat

Version:

This is an easy-to-use web chat component, based on react.

4 lines (3 loc) 149 B
import { IChatRecordList } from '../../types'; declare const ChatRecordList: (props: IChatRecordList) => JSX.Element; export default ChatRecordList;