@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
137 lines (126 loc) • 3.38 kB
text/typescript
import {
ActionItemInterface,
CometChatActionSheet,
} from "./CometChatActionSheet";
import { CometChatAudioBubble, CometChatAudioBubbleInterface } from "./CometChatAudioBubble";
import { CometChatFileBubble, CometChatFileBubbleInterface } from "./CometChatFileBubble";
import {
CometChatImageBubble,
CometChatImageBubbleInterface,
} from "./CometChatImageBubble";
import {
CometChatTextBubble,
CometChatTextBubbleInterface,
} from "./CometChatTextBubble";
import {
CometChatVideoBubble,
CometChatVideoBubbleInterface
} from "./CometChatVideoBubble";
import {
CometChatDate,
CometChatDateInterface,
DateStyle,
} from "./CometChatDate";
import {
CometChatList,
CometChatListActionsInterface,
CometChatListProps,
CometChatListStylesInterface,
} from "./CometChatList";
import {
CometChatListItem,
CometChatListItemInterface,
} from "./CometChatListItem";
export {
CometChatReceipt,
} from "./CometChatReceipt";
export type {
CometChatReceiptInterface,
} from "./CometChatReceipt";
import {
CometChatStatusIndicator,
CometChatStatusIndicatorInterface,
} from "./CometChatStatusIndicator";
import { CometChatBottomSheet, CometChatBottomSheetInterface } from "./CometChatBottomSheet";
import {
CometChatConfirmDialog,
CometChatConfirmDialogInterface,
} from "./CometChatConfirmDialog";
import {
CometChatMediaRecorder,
CometChatMediaRecorderInterface,
} from "./CometChatMediaRecorder";
import {
CometChatMessageInput,
CometChatMessageInputInterface
} from "./CometChatMessageInput";
import {
CometChatQuickReactions,
} from "./CometChatQuickReactions";
import {
CometChatReactionList,
CometChatReactionListInterface,
} from "./CometChatReactionList";
import {
CometChatReactions,
CometChatReactionsInterface,
} from "./CometChatReactions";
import { CometChatEmojiKeyboard } from "./CometChatEmojiKeyboard";
import {
CometChatSuggestionList,
CometChatSuggestionListInterface,
SuggestionItem,
} from "./CometChatSuggestionList";
import { CometChatAvatar } from "./CometChatAvatar";
import { BadgeStyle, CometChatBadge } from "./CometChatBadge";
import { MenuItemInterface } from "./CometChatTooltipMenu";
export type {
CometChatConfirmDialogInterface,
CometChatDateInterface,
CometChatFileBubbleInterface,
CometChatImageBubbleInterface,
CometChatListActionsInterface,
CometChatBottomSheetInterface,
CometChatAudioBubbleInterface,
ActionItemInterface,
CometChatListItemInterface,
CometChatListStylesInterface,
CometChatMediaRecorderInterface,
CometChatMessageInputInterface,
CometChatReactionListInterface,
CometChatReactionsInterface,
CometChatStatusIndicatorInterface,
CometChatSuggestionListInterface,
CometChatVideoBubbleInterface,
CometChatTextBubbleInterface,
};
export {
CometChatActionSheet,
CometChatAudioBubble,
CometChatAvatar,
CometChatBadge,
CometChatBottomSheet,
CometChatConfirmDialog,
CometChatDate,
CometChatEmojiKeyboard,
CometChatFileBubble,
CometChatImageBubble,
CometChatList,
CometChatListItem,
CometChatMediaRecorder,
CometChatMessageInput,
CometChatQuickReactions,
CometChatReactionList,
CometChatReactions,
CometChatStatusIndicator,
CometChatSuggestionList,
CometChatTextBubble,
CometChatVideoBubble,
SuggestionItem,
};
export type {
BadgeStyle,
CometChatListProps,
DateStyle,
MenuItemInterface,
};