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