UNPKG

react-together

Version:

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

4 lines (2 loc) 167 B
import { MessageAvatarProps } from './types'; export default function MessageAvatar({ isMe, senderId }: MessageAvatarProps): import("react/jsx-runtime").JSX.Element;