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