UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

16 lines (14 loc) 710 B
import { CollaborativeWhiteboardConfiguration, CollaborativeWhiteboardConfigurationInterface, } from "./CollaborativeWhiteboardConfiguration"; import { CollaborativeWhiteboardExtension } from "./CollaborativeWhiteboardExtension"; import { CollaborativeWhiteboardExtensionDecorator } from "./CollaborativeWhiteboardExtensionDecorator"; import { CometChatCollaborativeBubble } from "../CollaborativeBubble/CometChatCollaborativeBubble"; export { CollaborativeWhiteboardExtensionDecorator, CollaborativeWhiteboardExtension, CollaborativeWhiteboardConfiguration, CometChatCollaborativeBubble as CometChatCollaborativeWhiteBoardBubble, }; export type { CollaborativeWhiteboardConfigurationInterface };