UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines (5 loc) 294 B
import { CometChatTabsInterface, CometChatTabs } from "./CometChatTabs"; import { TabItem } from "./TabItems"; import { TabItemStyle, TabItemStyleInterface } from "./TabItemStyle"; export { CometChatTabs, TabItemStyle }; export type { CometChatTabsInterface, TabItemStyleInterface, TabItem };