@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
109 lines (95 loc) • 2.55 kB
text/typescript
import * as CometChatUiKitConstants from "./constants/UIKitConstants";
export { CometChatUiKitConstants };
export { Icon } from "./icons/Icon";
export type {
AdditionalParams,
ConversationType,
MessageBubbleAlignmentType,
MessageListAlignmentType,
MessageTimeAlignmentType,
SelectionMode,
} from "./base";
export {
CometChatConversationEvents,
CometChatGroupsEvents,
CometChatUIEventHandler,
CometChatUIEvents,
MessageEvents,
} from "./events";
export type { DataSource } from "./framework";
export {
ChatConfigurator,
DataSourceDecorator,
ExtensionsDataSource,
MessageDataSource,
} from "./framework";
export type {
CometChatMessageOption,
} from "./modals";
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 type{
ActionItemInterface,
BadgeStyle,
CometChatAudioBubbleInterface,
CometChatBottomSheetInterface,
CometChatConfirmDialogInterface,
CometChatDateInterface,
CometChatFileBubbleInterface,
CometChatImageBubbleInterface,
CometChatListActionsInterface,
CometChatListItemInterface,
CometChatListProps,
CometChatListStylesInterface,
CometChatMediaRecorderInterface,
CometChatMessageInputInterface,
CometChatReactionListInterface,
CometChatReactionsInterface,
CometChatStatusIndicatorInterface,
CometChatSuggestionListInterface,
CometChatTextBubbleInterface,
CometChatVideoBubbleInterface,
DateStyle,
MenuItemInterface
} from "./views";
export {
CometChatMentionsFormatter,
CometChatTextFormatter,
CometChatUrlsFormatter,
MentionTextStyle,
} from "./formatters";
export { CometChatUIKit, CometChatUIKitHelper, UIKitSettings } from "./CometChatUiKit";
export type { CometChatMessageComposerAction } from "./helper/types";
export { messageStatus } from "./utils/CometChatMessageHelper/index";