UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 215 B
import React from 'react'; export type AddCommentFormProps = { close: () => void; messageId: string; }; export declare const AddCommentForm: ({ close, messageId }: AddCommentFormProps) => React.JSX.Element;