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 (#2181)
  • Loading branch information
MartinCupela committed Nov 22, 2023
1 parent 3f7acda commit a5a7e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions src/components/MessageList/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './ConnectionStatus'; // TODO: export this under its own folder
export * from './GiphyPreviewMessage';
export * from './MessageList';
export * from './MessageListNotifications';
export * from './MessageNotification';
export * from './ScrollToBottomButton';
export * from './VirtualizedMessageList';
Expand Down

0 comments on commit a5a7e5a

Please sign in to comment.