@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
9 lines (7 loc) • 297 B
text/typescript
import {
CometChatFileBubble,
CometChatFileBubbleInterface,
} from "./CometChatFileBubble";
import { FileBubbleStyle, FileBubbleStyleInterface } from "./FileBubbleStyle";
export { CometChatFileBubble, FileBubbleStyle };
export type { CometChatFileBubbleInterface, FileBubbleStyleInterface };