Skip to content

Commit bcc6b7f

Browse files
authored
[SBISSUE-18664]Fix the missing type export (#1315)
### Ticket [SBISSUE-18664](https://sendbird.atlassian.net/browse/SBISSUE-18664) ### Changelog * Fixed the missing type export [SBISSUE-18664]: https://sendbird.atlassian.net/browse/SBISSUE-18664?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 0dc738c commit bcc6b7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { ChannelSettingsProvider, useChannelSettingsContext } from './ChannelSettingsProvider';
1+
export * from './ChannelSettingsProvider';
2+
export * from './types';
23
export { useChannelSettings } from './useChannelSettings';
3-
export type { ChannelSettingsContextProps } from './types';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './GroupChannelProvider';
2+
export * from './types';
23
export { useGroupChannel } from './hooks/useGroupChannel';

0 commit comments

Comments
 (0)