Skip to content

Commit 3a3ae58

Browse files
authored
Merge pull request #596 from GetStream/add-preview-exports
add missing exports
2 parents c80dff8 + df20b40 commit 3a3ae58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export * from './ChannelList/ChannelList';
4141
export * from './ChannelList/ChannelListFooterLoadingIndicator';
4242
export * from './ChannelList/ChannelListHeaderErrorIndicator';
4343
export * from './ChannelList/ChannelListHeaderNetworkDownIndicator';
44+
export * from './ChannelList/ChannelListLoadingIndicator';
4445
export * from './ChannelList/ChannelListMessenger';
4546
export * from './ChannelList/hooks/listeners/useAddedToChannelNotification';
4647
export * from './ChannelList/hooks/listeners/useChannelDeleted';
@@ -59,12 +60,17 @@ export * from './ChannelList/Skeleton';
5960
export * from './ChannelPreview/ChannelAvatar';
6061
export * from './ChannelPreview/ChannelPreview';
6162
export * from './ChannelPreview/ChannelPreviewMessenger';
63+
export * from './ChannelPreview/ChannelPreviewMessage';
64+
export * from './ChannelPreview/ChannelPreviewStatus';
65+
export * from './ChannelPreview/ChannelPreviewTitle';
66+
export * from './ChannelPreview/ChannelPreviewUnreadCount';
6267
export * from './ChannelPreview/hooks/useChannelPreviewDisplayAvatar';
6368
export * from './ChannelPreview/hooks/useChannelPreviewDisplayName';
6469
export * from './ChannelPreview/hooks/useChannelPreviewDisplayPresence';
6570
export * from './ChannelPreview/hooks/useLatestMessagePreview';
6671

6772
export * from './Chat/Chat';
73+
export * from './Chat/hooks/useAppStateListener';
6874
export * from './Chat/hooks/useCreateChatContext';
6975
export * from './Chat/hooks/useIsOnline';
7076

@@ -101,6 +107,7 @@ export * from './MessageInput/AttachButton';
101107
export * from './MessageInput/CommandsButton';
102108
export * from './MessageInput/FileUploadPreview';
103109
export * from './MessageInput/ImageUploadPreview';
110+
export * from './MessageInput/InputButtons';
104111
export * from './MessageInput/MessageInput';
105112
export * from './MessageInput/MoreOptionsButton';
106113
export * from './MessageInput/SendButton';

0 commit comments

Comments
 (0)