UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines (4 loc) 276 B
import { CometChatGroups, CometChatGroupsInterface } from "./CometChatGroups"; import { getGroupListStyleLight, getUserGroupStyleDark } from "./GroupsStyle"; export { CometChatGroups, getGroupListStyleLight, getUserGroupStyleDark }; export type { CometChatGroupsInterface };