UNPKG

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

25 lines (24 loc) 12.5 kB
import { BaseStyleInterface, BorderStyleInterface, FontStyleInterface, ShadowStyleInterface, ImageType, CometChatOptions, CometChatMessageOption, CometChatMessageTemplate, CometChatDetailsTemplate, CometChatDetailsOption, CometChatMessageComposerActionInterface, CometChatTabAlignment, ConversationType, DatePattern, CometChatUiKitConstants, CometChatConversationUtils, getDefaultDetailsTemplate, CometChatLiveReactions, messageStatus, CometChatLocalize, localize, CometChatSoundManager, CometChatTheme, Palette, Typography, ListItemConfiguration, CometChatListItem, CometChatListItemInterface, ListItemStyleInterface, CometChatAvatar, CometChatBadge, CometChatStatusIndicator, CometChatReceipt, CometChatDate, AudioBubbleStyleInterface, CometChatAudioBubble, CometChatAudioBubbleInterface, CometChatFileBubble, CometChatFileBubbleInterface, FileBubbleStyleInterface, CometChatVideoBubble, CometChatVideoBubbleInterface, VideoBubbleStyleInterface, CometChatTextBubble, CometChatTextBubbleInterface, TextBubbleStyleInterface, CometChatImageBubble, CometChatImageBubbleInterface, ImageBubbleStyleInterface, CometChatActionSheet, ActionItem, CometChatBottomSheet, CometChatConfirmDialog, CometChatMessagePreview, MessagePreviewConfiguration, AvatarStyleInterface, CometChatListActionsInterface, CometChatListStylesInterface, CometChatConfirmDialogInterface, CometChatConfirmDialogStyleInterface, MessageReceipt, CometChatUIEventHandler, CometChatConversationEvents, CometChatGroupsEvents, CometChatUIEvents, MessageEvents, ChatConfigurator, DataSource, MessageDataSource, DataSourceDecorator, ExtensionsDataSource, CometChatUIKit, CometChatUIKitHelper, UIKitSettings, CometChatContext, CometChatContextType, CometChatContextProvider, ActionItemInterface, ActionSheetStylesInterface, AvatarConfigurationInterface, BadgeConfigurationInterface, BadgeStyleInterface, CometChatBottomSheetInterface, CometChatDateInterface, CometChatMessageInputInterface, CometChatMessageInputStyleInterface, CometChatReceiptInterface, CometChatStatusIndicatorInterface, DateConfigurationInterface, DateStyleInterface, ReceiptConfigurationInterface, StatusIndicatorConfigurationInterface, StatusIndicatorStyleInterface } from './shared'; import { CometChatUsers, CometChatUsersActionsInterface, CometChatUsersInterface, UsersConfigurationInterface } from './CometChatUsers'; import { CometChatGroups, GroupsConfigurationInterface, GroupsStyleInterface, CometChatGroupsInterface } from './CometChatGroups'; import { CometChatConversations, ConversationInterface, ConversationsConfigurationInterface, ConversationsStyleInterface } from './CometChatConversations'; import { CometChatGroupsMembers, CometChatGroupsMembersInterface, GroupMemberConfigurationInterface, GroupMembersStyleInterface, GroupScopeStyleInterface } from './CometChatGroupMembers'; import { CometChatBannedMembers, BannedMembersConfigurationInterface, CometChatBannedMembersInterface } from './CometChatBannedMembers'; import { CometChatAddMembers, AddMembersConfigurationInterface, CometChatAddMembersInterface } from './CometChatAddMembers'; import { CometChatTransferOwnership, CometChatTransferOwnershipInterface, TransferOwnershipConfigurationInterface } from "./CometChatTransferOwnership"; import { CreateGroupStyleInterface, CometChatCreateGroup, CometChatCreateGroupInterface, CreateGroupConfigurationInterface } from "./CometChatCreateGroup"; import { CometChatJoinProtectedGroup, CometChatJoinProtectedGroupInterface, JoinProtectedGroupConfigurationInterface, JoinProtectedGroupStyleInterface } from "./CometChatJoinProtectedGroup"; import { CometChatDetails, CometChatDetailsInterface, DetailsConfigurationInterface, DetailsStyleInterface, ModalDetailsInterface, ModalDetailsStyleInterface } from './CometChatDetails'; import { CometChatMessageHeader, CometChatMessageHeaderInterface, MessageHeaderConfigurationInterface, MessageHeaderStyleInterface } from './CometChatMessageHeader'; import { CometChatMessageList, CometChatMessageListActionsInterface, CometChatMessageListProps, MessageListStyleInterface, MessageListConfigurationInterface } from './CometChatMessageList'; import { CometChatMessageComposer, CometChatMessageComposerInterface, MessageComposerConfigurationInterface, MessageComposerStyleInterface } from './CometChatMessageComposer'; import { CometChatMessages, CometChatMessagesInterface, MessageStyleInterface, MessagesConfiguration, MessagesConfigurationInterface } from "./CometChatMessages"; import { CometChatThreadedMessages, CometChatThreadedMessagesInterface, ThreadedMessagesConfigurationInterface, ThreadedMessagesStyleInterface } from "./CometChatThreadedMessages"; import { CometChatUsersWithMessages, CometChatUsersWithMessagesInterface } from "./CometChatUsersWithMessages"; import { CometChatGroupsWithMessages, CometChatGroupsWithMessagesInterface } from "./CometChatGroupsWithMessages"; import { CometChatConversationsWithMessages, CometChatConversationsWithMessagesInterface } from "./CometChatConversationsWithMessages"; import { CometChatCallButtons, CallButtonStyleInterface, CallUIEvents, CallingExtension, CallingPackage, CometChatCallButtonConfigurationInterface, CometChatCallButtonsInterface, CometChatIncomingCall, CometChatOngoingCall, CometChatOutgoingCall, CometChatCallBubble, CallingExtensionDecorator } from "./calls"; import { ExtensionConstants, CollaborativeDocumentExtension, CollaborativeDocumentConfigurationInterface, CometChatCollaborativeDocumentBubble, CollaborativeWhiteboardConfigurationInterface, CollaborativeWhiteboardExtension, CometChatCollaborativeWhiteBoardBubble, ImageModerationConfigurationInterface, ImageModerationExtension, ImageModerationFilterInterface, TextModerationExtensionDecorator, TextModerationExtension, TextModerationConfigurationInterface, LinkPreviewConfigurationInterface, LinkPreviewExtention, LinkPreviewBubble, LinkPreviewBubbleInterface, LinkPreviewBubbleStyleInterface, MessageTranslationBubble, MessageTranslationExtension, MessageTranslationConfigurationInterface, CometChatCreatePoll, CometChatCreatePollInterface, PollsConfigurationInterface, PollsExtension, PollsStyleInterface, CometChatMessageReactions, ReactionsExtension, ReactionsConfigurationInterface, SmartRepliesExtension, SmartRepliesConfigurationInterface, SmartRepliesInterface, SmartRepliesView, CometChatStickerBubble, StickerConfigurationInterface, StickersExtension, CometChatStickerBubbleInterface, ThumbnailGenerationConfigurationInterface, ThumbnailGenerationExtension } from "./extensions"; import { CometChatTabs, CometChatTabsInterface, TabItemStyleInterface, TabItem } from "./CometChatTabs"; import { CometChatMessageListProps as CometChatMessageListInterface } from "./CometChatMessageList"; export { CometChatUIEventHandler, CometChatContextProvider, ThumbnailGenerationConfigurationInterface, ThumbnailGenerationExtension, PollsStyleInterface, LinkPreviewBubble, LinkPreviewBubbleInterface, LinkPreviewBubbleStyleInterface, ReactionsConfigurationInterface, TextModerationExtensionDecorator, TextModerationExtension, TextModerationConfigurationInterface, SmartRepliesConfigurationInterface, CometChatJoinProtectedGroup, CometChatJoinProtectedGroupInterface, JoinProtectedGroupConfigurationInterface, JoinProtectedGroupStyleInterface, CometChatMessageListInterface, CometChatTabs, CometChatTabsInterface, TabItemStyleInterface, TabItem, CometChatThreadedMessages, CometChatThreadedMessagesInterface, ThreadedMessagesConfigurationInterface, ThreadedMessagesStyleInterface, CometChatTransferOwnership, CometChatTransferOwnershipInterface, TransferOwnershipConfigurationInterface, ExtensionConstants, CollaborativeDocumentExtension, CollaborativeDocumentConfigurationInterface, CometChatCollaborativeDocumentBubble, CollaborativeWhiteboardConfigurationInterface, CollaborativeWhiteboardExtension, CometChatCollaborativeWhiteBoardBubble, ImageModerationConfigurationInterface, ImageModerationExtension, ImageModerationFilterInterface, LinkPreviewConfigurationInterface, LinkPreviewExtention, MessageTranslationBubble, MessageTranslationExtension, MessageTranslationConfigurationInterface, CometChatCreatePoll, CometChatCreatePollInterface, PollsConfigurationInterface, PollsExtension, CometChatMessageReactions, ReactionsExtension, SmartRepliesExtension, SmartRepliesInterface, SmartRepliesView, CometChatStickerBubble, StickerConfigurationInterface, StickersExtension, CometChatStickerBubbleInterface, CometChatTheme, Palette, Typography, CometChatConversationEvents, CometChatGroupsEvents, CometChatUIEvents, MessageEvents, CometChatCallButtons, CallButtonStyleInterface, CallUIEvents, CallingExtension, CallingPackage, CometChatCallButtonConfigurationInterface, CometChatCallButtonsInterface, CometChatMessagesInterface, MessageStyleInterface, MessagesConfiguration, MessagesConfigurationInterface, MessageListConfigurationInterface, CometChatGroupsInterface, ConversationsConfigurationInterface, ConversationsStyleInterface, GroupMemberConfigurationInterface, GroupMembersStyleInterface, GroupScopeStyleInterface, CometChatMessageHeaderInterface, MessageHeaderConfigurationInterface, MessageHeaderStyleInterface, CometChatMessageComposerInterface, MessageComposerConfigurationInterface, MessageComposerStyleInterface, CometChatDetailsInterface, DetailsConfigurationInterface, DetailsStyleInterface, ModalDetailsInterface, ModalDetailsStyleInterface, CometChatUsersActionsInterface, CometChatUsersInterface, UsersConfigurationInterface, BannedMembersConfigurationInterface, CometChatBannedMembersInterface, AddMembersConfigurationInterface, CometChatAddMembersInterface, CometChatContextType, CometChatTabAlignment, ConversationType, DataSourceDecorator, DatePattern, ExtensionsDataSource, MessageReceipt, CometChatUIKit, CometChatUIKitHelper, UIKitSettings, CometChatConfirmDialogInterface, CometChatConfirmDialogStyleInterface, CometChatGroupsWithMessages, CometChatGroupsWithMessagesInterface, CometChatUsersWithMessages, CometChatUsersWithMessagesInterface, CometChatConversationsWithMessages, CometChatConversationsWithMessagesInterface, CometChatContext, CometChatMessages, ListItemConfiguration, CometChatMessageList, CometChatMessageListActionsInterface, CometChatMessageListProps, MessageListStyleInterface, CometChatGroups, GroupsConfigurationInterface, GroupsStyleInterface, CometChatConversations, ConversationInterface, CometChatGroupsMembers, CometChatGroupsMembersInterface, CometChatMessageHeader, CometChatMessageComposer, CometChatDetails, CometChatUsers, CometChatAddMembers, CometChatBannedMembers, BaseStyleInterface, BorderStyleInterface, FontStyleInterface, ShadowStyleInterface, ImageType, ChatConfigurator, DataSource, MessageDataSource, CometChatOptions, CometChatMessageOption, CometChatMessageTemplate, CometChatDetailsTemplate, CometChatDetailsOption, CometChatLocalize, localize, CometChatConversationUtils, getDefaultDetailsTemplate, CometChatLiveReactions, CometChatListItem, CometChatListItemInterface, ListItemStyleInterface, CometChatAvatar, CometChatBadge, CometChatStatusIndicator, CometChatReceipt, CometChatDate, AudioBubbleStyleInterface, CometChatAudioBubble, CometChatAudioBubbleInterface, CometChatFileBubble, CometChatFileBubbleInterface, FileBubbleStyleInterface, CometChatVideoBubble, CometChatVideoBubbleInterface, VideoBubbleStyleInterface, CometChatTextBubble, CometChatTextBubbleInterface, TextBubbleStyleInterface, CometChatImageBubble, CometChatImageBubbleInterface, ImageBubbleStyleInterface, AvatarStyleInterface, CometChatActionSheet, ActionItem, CometChatBottomSheet, CometChatConfirmDialog, CometChatMessagePreview, MessagePreviewConfiguration, CometChatSoundManager, CometChatListActionsInterface, CometChatListStylesInterface, CometChatMessageComposerActionInterface, CometChatUiKitConstants, messageStatus, ActionItemInterface, ActionSheetStylesInterface, AvatarConfigurationInterface, BadgeConfigurationInterface, BadgeStyleInterface, CometChatBottomSheetInterface, CometChatDateInterface, CometChatMessageInputInterface, CometChatMessageInputStyleInterface, CometChatReceiptInterface, CometChatStatusIndicatorInterface, DateConfigurationInterface, DateStyleInterface, ReceiptConfigurationInterface, StatusIndicatorConfigurationInterface, StatusIndicatorStyleInterface, CreateGroupStyleInterface, CometChatCreateGroup, CometChatCreateGroupInterface, CreateGroupConfigurationInterface, CometChatIncomingCall, CometChatOngoingCall, CometChatOutgoingCall, CometChatCallBubble, CallingExtensionDecorator, };