@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
17 lines (15 loc) • 467 B
text/typescript
import {
CallLogsConfiguration,
CallLogsConfigurationInterface,
} from "./CallLogsConfiguration";
import { CallLogsStyle, CallLogsStyleInterface } from "./CallLogsStyle";
import {
CometChatCallLogs,
CometChatCallLogsConfigurationInterface,
} from "./CometChatCallLogs";
export { CallLogsConfiguration, CallLogsStyle, CometChatCallLogs };
export type {
CallLogsConfigurationInterface,
CallLogsStyleInterface,
CometChatCallLogsConfigurationInterface,
};