UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

14 lines (13 loc) 2.25 kB
export { Icon } from "./icons/Icon"; export { AdditionalParams, ConversationType, MessageBubbleAlignmentType, MessageListAlignmentType, MessageTimeAlignmentType, SelectionMode, } from "./base"; export { CometChatConversationEvents, CometChatGroupsEvents, CometChatUIEventHandler, CometChatUIEvents, MessageEvents, } from "./events"; export { ChatConfigurator, DataSource, DataSourceDecorator, ExtensionsDataSource, MessageDataSource, } from "./framework"; export { CometChatMessageOption, CometChatMessageTemplate, } from "./modals"; export { CometChatLocalize, localize } from "./resources/CometChatLocalize"; export { CometChatConversationUtils, CometChatMessagePreview, CometChatSoundManager, } from "./utils"; export { ActionItemInterface, BadgeStyle, CometChatActionSheet, CometChatAudioBubble, CometChatAudioBubbleInterface, CometChatAvatar, CometChatBadge, CometChatBottomSheet, CometChatBottomSheetInterface, CometChatConfirmDialog, CometChatConfirmDialogInterface, CometChatDate, CometChatDateInterface, CometChatEmojiKeyboard, CometChatFileBubble, CometChatFileBubbleInterface, CometChatImageBubble, CometChatImageBubbleInterface, CometChatList, CometChatListActionsInterface, CometChatListItem, CometChatListItemInterface, CometChatListProps, CometChatListStylesInterface, CometChatMediaRecorder, CometChatMediaRecorderInterface, CometChatMessageInput, CometChatMessageInputInterface, CometChatQuickReactions, CometChatReactionList, CometChatReactionListInterface, CometChatReactions, CometChatReactionsInterface, CometChatStatusIndicator, CometChatStatusIndicatorInterface, CometChatSuggestionList, CometChatSuggestionListInterface, CometChatTextBubble, CometChatTextBubbleInterface, CometChatVideoBubble, CometChatVideoBubbleInterface, DateStyle, SuggestionItem, CometChatReceipt, MenuItemInterface } from "./views"; export { CometChatMentionsFormatter, CometChatTextFormatter, CometChatUrlsFormatter, MentionTextStyle, } from "./formatters"; export { CometChatUIKit, CometChatUIKitHelper, UIKitSettings } from "./CometChatUiKit"; export { CometChatMessageComposerAction } from "./helper/types"; export * as CometChatUiKitConstants from "./constants/UIKitConstants"; export { messageStatus } from "./utils/CometChatMessageHelper/index";