@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
13 lines (10 loc) • 313 B
text/typescript
import {
AudioBubbleStyle,
AudioBubbleStyleInterface,
} from "./AudioBubbleStyle";
import {
CometChatAudioBubble,
CometChatAudioBubbleInterface,
} from "./CometChatAudioBubble";
export { AudioBubbleStyle, CometChatAudioBubble };
export type { AudioBubbleStyleInterface, CometChatAudioBubbleInterface };