UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (7 loc) 271 B
import { CometChatOngoingCall, CometChatOngoingCallInterface, } from "./CometChatOngoingCall"; import { OngoingCallStyleInterface } from "./OngoingCallStyle"; export { CometChatOngoingCall }; export type { CometChatOngoingCallInterface, OngoingCallStyleInterface };