UNPKG

react-jwchat

Version:

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

3 lines (2 loc) 143 B
import { IChatToolBar } from '../../types'; export default function ChatToolBar({ tools, onEmojiSelect, onImage }: IChatToolBar): JSX.Element;