UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines (4 loc) 266 B
export declare function escapeRegExp(text: string): string; export declare const detectHttp: RegExp; export declare const messageCodeBlocks: (message: string) => [] | RegExpMatchArray; export declare const matchMarkdownLinks: (message: string) => (string | null)[];