Skip to content

Commit e518a82

Browse files
committed
fix: export type GeolocationPreviewProps
1 parent bd1df4a commit e518a82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/MessageInput/AttachmentPreviewList/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from './AttachmentPreviewList';
22
export type { FileAttachmentPreviewProps } from './FileAttachmentPreview';
3+
export type { GeolocationPreviewProps } from './GeolocationPreview';
34
export type { ImageAttachmentPreviewProps } from './ImageAttachmentPreview';
45
export type { UploadAttachmentPreviewProps as AttachmentPreviewProps } from './types';
56
export type { UnsupportedAttachmentPreviewProps } from './UnsupportedAttachmentPreview';

src/components/MessageInput/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export { AttachmentPreviewList } from './AttachmentPreviewList';
33
export type {
44
AttachmentPreviewListProps,
55
FileAttachmentPreviewProps,
6+
GeolocationPreviewProps,
67
ImageAttachmentPreviewProps,
78
AttachmentPreviewProps,
89
UnsupportedAttachmentPreviewProps,

0 commit comments

Comments
 (0)