UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

5 lines (4 loc) 295 B
import { CometChatFileBubble, CometChatFileBubbleInterface } from "./CometChatFileBubble"; import { getFileBubbleStyleLight, getFileBubbleStyleDark } from "./style"; export { CometChatFileBubble, getFileBubbleStyleLight, getFileBubbleStyleDark, }; export type { CometChatFileBubbleInterface, };