UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines (4 loc) 258 B
import { CometChatCallLogs, CometChatCallLogsConfigurationInterface } from "./CometChatCallLogs"; export { CometChatCallLogs }; export { getCallLogsStyleDark, getCallLogsStyleLight } from "./style"; export type { CometChatCallLogsConfigurationInterface };