@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
5 lines (4 loc) • 302 B
TypeScript
import { CometChatAudioBubble, CometChatAudioBubbleInterface } from "./CometChatAudioBubble";
import { getAudioBubbleStyleLight, getAudioBubbleStyleDark } from "./style";
export { getAudioBubbleStyleLight, getAudioBubbleStyleDark, CometChatAudioBubble };
export type { CometChatAudioBubbleInterface };