UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

9 lines (8 loc) 372 B
import type { Attachment } from 'stream-chat'; export declare const getImageAttachmentConfiguration: (attachment: Attachment, element: HTMLElement) => { url: string; }; export declare const getVideoAttachmentConfiguration: (attachment: Attachment, element: HTMLElement, shouldGenerateVideoThumbnail: boolean) => { thumbUrl: string | undefined; url: string; };