UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines (7 loc) 513 B
export * from './AttachmentPreviewList'; export type { FileAttachmentPreviewProps } from './FileAttachmentPreview'; export type { GeolocationPreviewProps } from './GeolocationPreview'; export type { ImageAttachmentPreviewProps } from './ImageAttachmentPreview'; export type { UploadAttachmentPreviewProps as AttachmentPreviewProps } from './types'; export type { UnsupportedAttachmentPreviewProps } from './UnsupportedAttachmentPreview'; export type { VoiceRecordingPreviewProps } from './VoiceRecordingPreview';