UNPKG

react-together

Version:

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

4 lines (2 loc) 152 B
import { ChatInputProps } from './types'; export default function ChatInput({ sendMessage }: ChatInputProps): import("react/jsx-runtime").JSX.Element;