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