@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
24 lines (22 loc) • 543 B
text/typescript
import {
CallLogHistoryConfiguration,
CallLogHistoryConfigurationInterface,
} from "./CallLogHistoryConfiguration";
import {
CallLogHistoryStyle,
CallLogHistoryStyleInterface,
} from "./CallLogHistoryStyle";
import {
CometChatCallLogHistory,
CometChatCallLogHistoryInterface,
} from "./CometChatCallLogHistory";
export {
CallLogHistoryConfiguration,
CallLogHistoryStyle,
CometChatCallLogHistory,
};
export type {
CallLogHistoryConfigurationInterface,
CallLogHistoryStyleInterface,
CometChatCallLogHistoryInterface,
};