@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.
9 lines • 755 B
JavaScript
export { default as GroupChannelHeader } from './component/GroupChannelHeader';
export { default as GroupChannelMessageList } from './component/GroupChannelMessageList';
export { default as GroupChannelInput } from './component/GroupChannelInput';
export { default as GroupChannelSuggestedMentionList } from './component/GroupChannelSuggestedMentionList';
export { default as GroupChannelStatusEmpty } from './component/GroupChannelStatusEmpty';
export { default as GroupChannelStatusLoading } from './component/GroupChannelStatusLoading';
export { default as createGroupChannelModule } from './module/createGroupChannelModule';
export { GroupChannelContextsProvider, GroupChannelContexts } from './module/moduleContext';
//# sourceMappingURL=index.js.map