UNPKG

react-together

Version:

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

4 lines (2 loc) 183 B
import { ChatProps } from './types'; export default function Chat({ rtKey, chatName, components, hideWhenDisconnected }: ChatProps): false | import("react/jsx-runtime").JSX.Element;