UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

6 lines (5 loc) 494 B
export { default as GroupChannelSettingsHeader } from './component/GroupChannelSettingsHeader'; export { default as GroupChannelSettingsInfo } from './component/GroupChannelSettingsInfo'; export { default as GroupChannelSettingsMenu } from './component/GroupChannelSettingsMenu'; export { default as createGroupChannelSettingsModule } from './module/createGroupChannelSettingsModule'; export { GroupChannelSettingsContextsProvider, GroupChannelSettingsContexts } from './module/moduleContext';