UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

55 lines 4.41 kB
/// <reference path="./imageresolver.d.ts" /> import { //Add Call events here already exposed in Calls //Framework ChatConfigurator, CometChatActionSheet, CometChatAudioBubble, CometChatAvatar, CometChatBadge, CometChatBottomSheet, CometChatConfirmDialog, CometChatConversationEvents, //Utils CometChatConversationUtils, CometChatDate, CometChatEmojiKeyboard, CometChatFileBubble, CometChatGroupsEvents, CometChatImageBubble, //View CometChatListItem, //Resources CometChatLocalize, CometChatMediaRecorder, CometChatMentionsFormatter, CometChatMessagePreview, CometChatMessageTemplate, CometChatQuickReactions, CometChatReactionList, CometChatReactions, CometChatSoundManager, CometChatStatusIndicator, CometChatSuggestionList, CometChatTextBubble, CometChatTextFormatter, //Events CometChatUIEventHandler, CometChatUIEvents, //CometChatUIKit CometChatUIKit, CometChatUIKitHelper, CometChatUiKitConstants, CometChatUrlsFormatter, CometChatVideoBubble, DataSourceDecorator, ExtensionsDataSource, MentionTextStyle, MessageDataSource, MessageEvents, SuggestionItem, UIKitSettings, localize, messageStatus, Icon, } from "./shared"; import { CometChatUsers, } from "./CometChatUsers"; import { CometChatGroups } from "./CometChatGroups"; import { CometChatConversations } from "./CometChatConversations"; import { CometChatGroupMembers } from "./CometChatGroupMembers"; import { CometChatMessageInformation, } from "./CometChatMessageInformation"; import { CometChatMessageList, } from "./CometChatMessageList"; import { CometChatMessageComposer, } from "./CometChatMessageComposer"; import { CometChatThreadHeader } from "./CometChatThreadHeader"; import { CallUIEvents, CallingExtension, CallingExtensionDecorator, CallingPackage, CometChatMeetCallBubble, CometChatCallButtonConfiguration, CometChatCallButtons, CometChatCallLogs, CometChatIncomingCall, CometChatOngoingCall, CometChatOutgoingCall, } from "./calls"; import { CollaborativeDocumentExtension, CollaborativeWhiteboardExtension, CometChatCollaborativeDocumentBubble, CometChatCollaborativeWhiteBoardBubble, CometChatCreatePoll, CometChatStickerBubble, ExtensionConstants, LinkPreviewBubble, LinkPreviewExtension, MessageTranslationBubble, MessageTranslationExtension, PollsExtension, StickersExtension, ThumbnailGenerationExtension, } from "./extensions"; export { CallUIEvents, CallingExtension, CallingExtensionDecorator, CallingPackage, // ChatConfigurator, CollaborativeDocumentExtension, CollaborativeWhiteboardExtension, // CometChatActionSheet, CometChatAudioBubble, CometChatAvatar, CometChatBadge, CometChatBottomSheet, CometChatMeetCallBubble, CometChatCallButtonConfiguration, /* Call Buttons */ CometChatCallButtons, /*Call Logs */ CometChatCallLogs, CometChatCollaborativeDocumentBubble, CometChatCollaborativeWhiteBoardBubble, CometChatConfirmDialog, CometChatConversationEvents, // CometChatConversationUtils, CometChatConversations, CometChatCreatePoll, CometChatDate, /* Reactions */ /* Emoji Keyboard */ CometChatEmojiKeyboard, CometChatFileBubble, CometChatGroups, CometChatGroupsEvents, CometChatGroupMembers, CometChatImageBubble, CometChatIncomingCall, // // CometChatListItem, // CometChatLocalize, CometChatMediaRecorder, /* Emoji Keyboard */ /* Text Formatters */ CometChatMentionsFormatter, CometChatMessageComposer, CometChatMessageInformation, CometChatMessageList, CometChatMessagePreview, CometChatMessageTemplate, CometChatOngoingCall, // CometChatOutgoingCall, CometChatQuickReactions, CometChatReactionList, /*Call Logs */ /* Reactions */ CometChatReactions, CometChatSoundManager, CometChatStatusIndicator, CometChatStickerBubble, CometChatSuggestionList, CometChatTextBubble, CometChatTextFormatter, CometChatThreadHeader, CometChatUIEventHandler, CometChatUIEvents, CometChatUIKit, CometChatUIKitHelper, CometChatUiKitConstants, CometChatUrlsFormatter, CometChatUsers, CometChatVideoBubble, DataSourceDecorator, ExtensionConstants, ExtensionsDataSource, LinkPreviewBubble, LinkPreviewExtension, MentionTextStyle, MessageDataSource, MessageEvents, MessageTranslationBubble, MessageTranslationExtension, PollsExtension, StickersExtension, SuggestionItem, ThumbnailGenerationExtension, UIKitSettings, localize, messageStatus, Icon, }; export { CometChatThemeProvider, useTheme } from "./theme"; export { CometChatMessageHeader } from "./CometChatMessageHeader"; //# sourceMappingURL=index.js.map