UNPKG

react-together

Version:

A library to seamlessly add real-time multi-user interaction to your React app!

4 lines (2 loc) 206 B
import { MessageRowProps } from './types'; export default function MessageRow({ senderId, sentAt, isMe, MessageAvatar, MessageBody, ...message }: MessageRowProps): import("react/jsx-runtime").JSX.Element;