UNPKG

react-jwchat

Version:

This is an easy-to-use web chat component, based on react.

3 lines (2 loc) 135 B
import { IChatInput } from "../../types"; export default function ChatInput({ me, onSend, onImage, height }: IChatInput): JSX.Element;