Skip to content

Commit

Permalink
feat: export MessageListNotifications and LinkPreviewList components …
Browse files Browse the repository at this point in the history
…and component props
  • Loading branch information
MartinCupela committed Nov 21, 2023
1 parent ba4705a commit f0d0a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/MessageInput/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './EditMessageForm';
export * from './EmojiPicker';
export * from './hooks';
export * from './icons';
export * from './LinkPreviewList';
export * from './MessageInput';
export * from './MessageInputFlat';
export * from './MessageInputSmall';
Expand Down
2 changes: 1 addition & 1 deletion src/components/MessageList/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './ConnectionStatus'; // TODO: export this under its own folder
export * from './GiphyPreviewMessage';
export * from './MessageList';
export { MessageListNotificationsProps } from './MessageListNotifications';
export * from './MessageListNotifications';
export * from './MessageNotification';
export * from './ScrollToBottomButton';
export * from './VirtualizedMessageList';
Expand Down

0 comments on commit f0d0a5f

Please sign in to comment.