UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

19 lines (18 loc) 7 kB
/// <reference path="../src/imageresolver.d.ts" /> import { ActionItemInterface, AdditionalParams, ChatConfigurator, CometChatActionSheet, CometChatAudioBubble, CometChatAudioBubbleInterface, CometChatAvatar, CometChatBadge, CometChatBottomSheet, CometChatBottomSheetInterface, CometChatConfirmDialog, CometChatConfirmDialogInterface, CometChatConversationEvents, CometChatConversationUtils, CometChatDate, CometChatDateInterface, CometChatEmojiKeyboard, CometChatFileBubble, CometChatFileBubbleInterface, CometChatGroupsEvents, CometChatImageBubble, CometChatImageBubbleInterface, CometChatListActionsInterface, CometChatListItem, CometChatListItemInterface, CometChatListStylesInterface, CometChatLocalize, CometChatMediaRecorder, CometChatMediaRecorderInterface, CometChatMentionsFormatter, CometChatMessageComposerAction, CometChatMessageInputInterface, CometChatMessageOption, CometChatMessagePreview, CometChatMessageTemplate, CometChatQuickReactions, CometChatReactionList, CometChatReactionListInterface, CometChatReactions, CometChatReactionsInterface, CometChatSoundManager, CometChatStatusIndicator, CometChatStatusIndicatorInterface, CometChatSuggestionList, CometChatSuggestionListInterface, CometChatTextBubble, CometChatTextBubbleInterface, CometChatTextFormatter, CometChatUIEventHandler, CometChatUIEvents, CometChatUIKit, CometChatUIKitHelper, CometChatUiKitConstants, CometChatUrlsFormatter, CometChatVideoBubble, CometChatVideoBubbleInterface, ConversationType, DataSource, DataSourceDecorator, ExtensionsDataSource, MentionTextStyle, MessageBubbleAlignmentType, MessageDataSource, MessageEvents, MessageListAlignmentType, MessageTimeAlignmentType, SelectionMode, SuggestionItem, UIKitSettings, localize, messageStatus, Icon, MenuItemInterface } from "./shared"; import { CometChatUsers, CometChatUsersActionsInterface, CometChatUsersInterface } from "./CometChatUsers"; import { CometChatGroups, CometChatGroupsInterface } from "./CometChatGroups"; import { CometChatConversations, ConversationInterface } from "./CometChatConversations"; import { CometChatGroupMembers, CometChatGroupMembersInterface } from "./CometChatGroupMembers"; import { CometChatMessageInformation, CometChatMessageInformationInterface } from "./CometChatMessageInformation"; import { CometChatMessageList, CometChatMessageListActionsInterface, CometChatMessageListProps } from "./CometChatMessageList"; import { CometChatMessageComposer, CometChatMessageComposerInterface } from "./CometChatMessageComposer"; import { CometChatThreadHeader, CometChatThreadHeaderInterface } from "./CometChatThreadHeader"; import { CallButtonStyle, CallUIEvents, CallingExtension, CallingExtensionDecorator, CallingPackage, CometChatMeetCallBubble, CometChatCallButtonConfiguration, CometChatCallButtonConfigurationInterface, CometChatCallButtons, CometChatCallButtonsInterface, CometChatCallLogs, CometChatCallLogsConfigurationInterface, CometChatIncomingCall, CometChatOngoingCall, CometChatOutgoingCall } from "./calls"; import { CollaborativeDocumentExtension, CollaborativeWhiteboardExtension, CometChatCollaborativeDocumentBubble, CometChatCollaborativeWhiteBoardBubble, CometChatCreatePoll, CometChatCreatePollInterface, CometChatStickerBubble, CometChatStickerBubbleInterface, ExtensionConstants, LinkPreviewBubble, LinkPreviewBubbleInterface, LinkPreviewExtension, MessageTranslationBubble, MessageTranslationExtension, PollsConfigurationInterface, PollsExtension, StickerConfigurationInterface, StickersExtension, ThumbnailGenerationExtension } from "./extensions"; import { CometChatMessageListProps as CometChatMessageListInterface } from "./CometChatMessageList"; import { CometChatTheme } from "./theme/type"; export { CallUIEvents, CallingExtension, CallingExtensionDecorator, CallingPackage, ChatConfigurator, CollaborativeDocumentExtension, CollaborativeWhiteboardExtension, CometChatActionSheet, CometChatAudioBubble, CometChatAvatar, CometChatBadge, CometChatBottomSheet, CometChatMeetCallBubble, CometChatCallButtonConfiguration, CometChatCallButtons, CometChatCallLogs, CometChatCollaborativeDocumentBubble, CometChatCollaborativeWhiteBoardBubble, CometChatConfirmDialog, CometChatConversationEvents, CometChatConversationUtils, CometChatConversations, CometChatCreatePoll, CometChatDate, CometChatEmojiKeyboard, CometChatFileBubble, CometChatGroups, CometChatGroupsEvents, CometChatGroupMembers, CometChatImageBubble, CometChatIncomingCall, CometChatListItem, CometChatLocalize, CometChatMediaRecorder, CometChatMentionsFormatter, CometChatMessageComposer, CometChatMessageInformation, CometChatMessageList, CometChatMessagePreview, CometChatMessageTemplate, CometChatOngoingCall, CometChatOutgoingCall, CometChatQuickReactions, CometChatReactionList, 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"; export type { CometChatMessageComposerAction, CallButtonStyle, CometChatGroupsInterface, CometChatGroupMembersInterface, CometChatFileBubbleInterface, CometChatImageBubbleInterface, CometChatListActionsInterface, CometChatListItemInterface, CometChatListStylesInterface, CometChatMessageInformationInterface, CometChatMessageInputInterface, CometChatMessageListActionsInterface, CometChatMessageListInterface, CometChatMessageComposerInterface, CometChatMessageListProps, CometChatMessageOption, ActionItemInterface, AdditionalParams, SelectionMode, CometChatReactionsInterface, CometChatReactionListInterface, CometChatMediaRecorderInterface, CometChatDateInterface, CometChatCreatePollInterface, CometChatConfirmDialogInterface, CometChatCallLogsConfigurationInterface, CometChatCallButtonsInterface, CometChatCallButtonConfigurationInterface, CometChatBottomSheetInterface, CometChatAudioBubbleInterface, CometChatStatusIndicatorInterface, CometChatStickerBubbleInterface, CometChatSuggestionListInterface, CometChatTextBubbleInterface, CometChatThreadHeaderInterface, CometChatUsersActionsInterface, CometChatUsersInterface, CometChatVideoBubbleInterface, ConversationInterface, LinkPreviewBubbleInterface, PollsConfigurationInterface, StickerConfigurationInterface, ConversationType, DataSource, MessageListAlignmentType, MessageTimeAlignmentType, MessageBubbleAlignmentType, CometChatTheme, MenuItemInterface };