@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
16 lines (15 loc) • 498 B
text/typescript
import {
CometChatJoinProtectedGroup,
CometChatJoinProtectedGroupInterface,
JoinProtectedGroupStyleInterface,
} from "./CometChatJoinProtectedGroup";
import {
JoinProtectedGroupConfiguration,
JoinProtectedGroupConfigurationInterface,
} from "./JoinProtectedGroupConfiguration";
export { CometChatJoinProtectedGroup, JoinProtectedGroupConfiguration };
export type {
CometChatJoinProtectedGroupInterface,
JoinProtectedGroupStyleInterface,
JoinProtectedGroupConfigurationInterface,
};