@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
12 lines (10 loc) • 312 B
text/typescript
import {
CometChatVideoBubble,
CometChatVideoBubbleInterface,
} from "./CometChatVideoBubble";
import {
VideoBubbleStyle,
VideoBubbleStyleInterface,
} from "./VideoBubbleStyle";
export { CometChatVideoBubble, VideoBubbleStyle };
export type { CometChatVideoBubbleInterface, VideoBubbleStyleInterface };