@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
44 lines (38 loc) • 1.22 kB
text/typescript
import { CallingExtension } from "./CallingExtension";
import { CallingExtensionDecorator } from "./CallingExtensionDecorator";
import { CometChatMeetCallBubble } from "./CometChatCallBubble";
import {
CallButtonStyle,
CometChatCallButtonConfiguration,
CometChatCallButtonConfigurationInterface,
CometChatCallButtons,
CometChatCallButtonsInterface,
} from "./CometChatCallButtons";
import { CometChatIncomingCall } from "./CometChatIncomingCall";
import { CometChatOngoingCall } from "./CometChatOngoingCall";
import { CometChatOutgoingCall } from "./CometChatOutgoingCall";
import { CallUIEvents } from "./CallEvents";
import { CallingPackage } from "./CallingPackage";
import {
CometChatCallLogs,
CometChatCallLogsConfigurationInterface,
} from "./CometChatCallLogs";
export {
CallingExtension,
CallingExtensionDecorator,
CallingPackage,
CallUIEvents,
CometChatMeetCallBubble,
CometChatCallButtonConfiguration,
CometChatCallButtons,
CometChatCallLogs,
CometChatIncomingCall,
CometChatOngoingCall,
CometChatOutgoingCall,
};
export type {
CallButtonStyle,
CometChatCallButtonConfigurationInterface,
CometChatCallButtonsInterface,
CometChatCallLogsConfigurationInterface,
};