UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines (3 loc) 221 B
import type { Nodes } from 'hast-util-find-and-replace/lib'; import type { UserResponse } from 'stream-chat'; export declare const mentionsMarkdownPlugin: (mentioned_users: UserResponse[]) => () => (tree: Nodes) => void;