react-native-chating-ui-kit
Version:
CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly
13 lines • 972 B
JavaScript
import { CallingConfiguration } from "./CallingConfiguration";
import { CallingDetailsUtils } from "./CallingDetailsUtils";
import { CallingExtension } from "./CallingExtension";
import { CallingExtensionDecorator } from "./CallingExtentionDecorator";
import { CometChatIncomingCall } from "./CometChatIncomingCall";
import { CometChatOngoingCall } from "./CometChatOngoingCall";
import { CometChatOutgoingCall } from "./CometChatOutgoingCall";
import { CometChatCallBubble } from "./CometChatCallBubble";
import { CallButtonStyle, CometChatCallButtons } from "./CometChatCallButtons";
import { CallingPackage } from "./CallingPackage";
import { CallUIEvents } from "./CallEvents";
export { CallUIEvents, CallingPackage, CallingConfiguration, CallingDetailsUtils, CallingExtension, CallingExtensionDecorator, CallButtonStyle, CometChatCallButtons, CometChatIncomingCall, CometChatOngoingCall, CometChatOutgoingCall, CometChatCallBubble };
//# sourceMappingURL=index.js.map