UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

24 lines (22 loc) 569 B
import { CallLogDetailsConfiguration, CallLogDetailsConfigurationInterface, } from "./CallLogDetailsConfiguration"; import { CallLogDetailsStyle, CallLogDetailsStyleInterface, } from "./CallLogDetailsStyle"; import { CometChatCallLogDetails, CometChatCallLogDetailsConfigurationInterface, } from "./CometChatCallLogDetails"; export { CallLogDetailsConfiguration, CallLogDetailsStyle, CometChatCallLogDetails, }; export type { CallLogDetailsConfigurationInterface, CallLogDetailsStyleInterface, CometChatCallLogDetailsConfigurationInterface, };