react-native-chating-ui-kit
Version:
CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly
14 lines (13 loc) • 2.79 kB
TypeScript
import { ExtensionConstants } from "./ExtensionConstants";
import { CollaborativeDocumentExtension, CollaborativeDocumentConfigurationInterface, CometChatCollaborativeDocumentBubble } from "./CollaborativeDocument";
import { CollaborativeWhiteboardConfigurationInterface, CollaborativeWhiteboardExtension, CometChatCollaborativeWhiteBoardBubble } from "./CollaborativeWhiteboard";
import { ImageModerationConfigurationInterface, ImageModerationExtension, ImageModerationFilterInterface } from "./ImageModeration";
import { LinkPreviewConfigurationInterface, LinkPreviewExtention, LinkPreviewBubble, LinkPreviewBubbleInterface, LinkPreviewBubbleStyleInterface } from "./LinkPreview";
import { MessageTranslationBubble, MessageTranslationExtension, MessageTranslationConfigurationInterface } from "./MessageTranslation";
import { CometChatCreatePoll, PollsStyleInterface, CometChatCreatePollInterface, PollsConfigurationInterface, PollsExtension } from "./Polls";
import { CometChatMessageReactions, ReactionsExtension, ReactionsConfigurationInterface } from "./Reactions";
import { SmartRepliesExtension, SmartRepliesConfigurationInterface, SmartRepliesInterface, SmartRepliesView } from "./SmartReplies";
import { CometChatStickerBubble, StickerConfigurationInterface, StickersExtension, CometChatStickerBubbleProps as CometChatStickerBubbleInterface } from "./Stickers";
import { TextModerationConfigurationInterface, TextModerationExtension, TextModerationExtensionDecorator } from "./TextModeration";
import { ThumbnailGenerationConfigurationInterface, ThumbnailGenerationExtension } from "./ThumbnailGeneration";
export { ThumbnailGenerationConfigurationInterface, ThumbnailGenerationExtension, ExtensionConstants, CollaborativeDocumentExtension, CollaborativeDocumentConfigurationInterface, CometChatCollaborativeDocumentBubble, CollaborativeWhiteboardConfigurationInterface, CollaborativeWhiteboardExtension, CometChatCollaborativeWhiteBoardBubble, ImageModerationConfigurationInterface, ImageModerationExtension, ImageModerationFilterInterface, LinkPreviewConfigurationInterface, LinkPreviewExtention, LinkPreviewBubble, LinkPreviewBubbleInterface, LinkPreviewBubbleStyleInterface, TextModerationExtensionDecorator, TextModerationExtension, TextModerationConfigurationInterface, MessageTranslationBubble, MessageTranslationExtension, MessageTranslationConfigurationInterface, CometChatCreatePoll, CometChatCreatePollInterface, PollsConfigurationInterface, PollsExtension, PollsStyleInterface, CometChatMessageReactions, ReactionsExtension, ReactionsConfigurationInterface, SmartRepliesExtension, SmartRepliesConfigurationInterface, SmartRepliesInterface, SmartRepliesView, CometChatStickerBubble, StickerConfigurationInterface, StickersExtension, CometChatStickerBubbleInterface };