Skip to content

Commit a3b3a0b

Browse files
committed
fix: add more exports of hooks
1 parent 100b622 commit a3b3a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export * from './ChannelPreview/hooks/useChannelPreviewDisplayPresence';
6464
export * from './ChannelPreview/hooks/useLatestMessagePreview';
6565
export * from './ChannelPreview/hooks/useChannelPreviewData';
6666
export * from './ChannelPreview/hooks/useIsChannelMuted';
67+
export * from './ChannelPreview/hooks/useMessageDeliveryStatus';
6768

6869
export * from './Chat/Chat';
6970
export * from './Chat/hooks/useCreateChatClient';

0 commit comments

Comments
 (0)