@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
12 lines (10 loc) • 322 B
text/typescript
import {
CometChatOutgoingCall,
CometChatOutgoingCallInterface,
} from "./CometChatOutgoingCall";
import {
OutgoingCallStyle,
OutgoingCallStyleInterface,
} from "./OutgoingCallStyle";
export { CometChatOutgoingCall, OutgoingCallStyle };
export type { CometChatOutgoingCallInterface, OutgoingCallStyleInterface };