UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

16 lines (15 loc) 470 B
import { CometChatCallBubble, CometChatCallBubbleInterface, } from "./CometChatCallBubble"; import { CallBubbleConfiguration, CallBubbleConfigurationInterface, } from "./CallBubbleConfiguration"; import { CallBubbleStyle, CallBubbleStyleInterface } from "./CallBubbleStyle"; export { CometChatCallBubble, CallBubbleConfiguration, CallBubbleStyle }; export type { CometChatCallBubbleInterface, CallBubbleConfigurationInterface, CallBubbleStyleInterface, };