File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/components/MessageInput Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 11export * from './AttachmentPreviewList' ;
22export type { FileAttachmentPreviewProps } from './FileAttachmentPreview' ;
3+ export type { GeolocationPreviewProps } from './GeolocationPreview' ;
34export type { ImageAttachmentPreviewProps } from './ImageAttachmentPreview' ;
45export type { UploadAttachmentPreviewProps as AttachmentPreviewProps } from './types' ;
56export type { UnsupportedAttachmentPreviewProps } from './UnsupportedAttachmentPreview' ;
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ export { AttachmentPreviewList } from './AttachmentPreviewList';
33export type {
44 AttachmentPreviewListProps ,
55 FileAttachmentPreviewProps ,
6+ GeolocationPreviewProps ,
67 ImageAttachmentPreviewProps ,
78 AttachmentPreviewProps ,
89 UnsupportedAttachmentPreviewProps ,
You can’t perform that action at this time.
0 commit comments