UNPKG

react-together

Version:

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

4 lines (2 loc) 173 B
import { ChatMinimizedProps } from './types'; export default function ChatMinimized({ chatName, expandChat }: ChatMinimizedProps): import("react/jsx-runtime").JSX.Element;