UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines 1.48 kB
export { Icon } from "./icons/Icon"; export { CometChatConversationEvents, CometChatGroupsEvents, CometChatUIEventHandler, CometChatUIEvents, MessageEvents, } from "./events"; export { ChatConfigurator, DataSourceDecorator, ExtensionsDataSource, MessageDataSource, } from "./framework"; export { CometChatMessageTemplate, } from "./modals"; export { CometChatLocalize, localize } from "./resources/CometChatLocalize"; export { CometChatConversationUtils, CometChatMessagePreview, CometChatSoundManager, } from "./utils"; export { CometChatActionSheet, CometChatAudioBubble, CometChatAvatar, CometChatBadge, CometChatBottomSheet, CometChatConfirmDialog, CometChatDate, CometChatEmojiKeyboard, CometChatFileBubble, CometChatImageBubble, CometChatList, CometChatListItem, CometChatMediaRecorder, CometChatMessageInput, CometChatQuickReactions, CometChatReactionList, CometChatReactions, CometChatStatusIndicator, CometChatSuggestionList, CometChatTextBubble, CometChatVideoBubble, SuggestionItem, CometChatReceipt } from "./views"; export { CometChatMentionsFormatter, CometChatTextFormatter, CometChatUrlsFormatter, MentionTextStyle, } from "./formatters"; export { CometChatUIKit, CometChatUIKitHelper, UIKitSettings } from "./CometChatUiKit"; import * as CometChatUiKitConstants_1 from "./constants/UIKitConstants"; export { CometChatUiKitConstants_1 as CometChatUiKitConstants }; export { messageStatus } from "./utils/CometChatMessageHelper/index"; //# sourceMappingURL=index.js.map