@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
10 lines (8 loc) • 460 B
text/typescript
import { CometChatCollaborativeBubble } from "../CollaborativeBubble/CometChatCollaborativeBubble";
import { CollaborativeWhiteboardExtension } from "./CollaborativeWhiteboardExtension";
import { CollaborativeWhiteboardExtensionDecorator } from "./CollaborativeWhiteboardExtensionDecorator";
export {
CollaborativeWhiteboardExtension,
CollaborativeWhiteboardExtensionDecorator,
CometChatCollaborativeBubble as CometChatCollaborativeWhiteBoardBubble,
};