@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
11 lines (9 loc) • 298 B
text/typescript
import { CometChatMeetCallBubble, CometChatMeetCallBubbleInterface } from "./CometChatCallBubble";
export {
CometChatMeetCallBubble,
};
export type {
CometChatMeetCallBubbleInterface
};
export { getGroupCallBubbleStyle } from "./styles";
export type { GroupCallBubbleStyles } from "./styles";