UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

16 lines (15 loc) 414 B
import { CometChatCreateGroup, CometChatCreateGroupInterface, CreateGroupStyleInterface, } from "./CometChatCreateGroup"; import { CreateGroupConfiguration, CreateGroupConfigurationInterface, } from "./CreateGroupConfiguration"; export { CometChatCreateGroup, CreateGroupConfiguration }; export type { CreateGroupStyleInterface, CometChatCreateGroupInterface, CreateGroupConfigurationInterface, };