UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

10 lines 624 B
import type { DefaultStreamChatGenerics } from '../../types/types'; /** * @deprecated This component has been deprecated in favor of `AttachmentPreviewList` as this component * utilises outdated components from the package [`react-file-utils`](https://github.com/GetStream/react-file-utils) * which will no longer receive updates for aforementioned components. * * **Will be removed with the complete transition to the theming V2.** */ export declare const UploadsPreview: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>() => JSX.Element; //# sourceMappingURL=UploadsPreview.d.ts.map