-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy pathindex.ts
More file actions
13 lines (13 loc) · 782 Bytes
/
index.ts
File metadata and controls
13 lines (13 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
export * from './AttachmentPreviewList';
export type { AudioAttachmentPreviewProps } from './AudioAttachmentPreview';
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 { MediaAttachmentPreviewProps } from './MediaAttachmentPreview';
export type { VoiceRecordingPreviewProps } from './VoiceRecordingPreview';
export {
VoiceRecordingPreviewSlot,
type VoiceRecordingPreviewSlotProps,
} from './VoiceRecordingPreviewSlot';