UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines (7 loc) 298 B
import { CometChatTextBubble, CometChatTextBubbleInterface, } from "./CometChatTextBubble"; import { TextBubbleStyle, TextBubbleStyleInterface } from "./TextBubbleStyle"; export { CometChatTextBubble, TextBubbleStyle }; export type { CometChatTextBubbleInterface, TextBubbleStyleInterface };