UNPKG

react-jwchat

Version:

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

3 lines (2 loc) 110 B
import { IMsgItem } from '../../types'; export default function MsgItem({ data, me }: IMsgItem): JSX.Element;