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
18 lines (17 loc) • 3.94 kB
TypeScript
import { CometChatVideoBubble, CometChatVideoBubbleInterface, VideoBubbleStyle, VideoBubbleStyleInterface } from './CometChatVideoBubble';
import { CometChatActionSheet, ActionSheetStyles, ActionItem, ActionItemInterface, ActionSheetStylesInterface } from './CometChatActionSheet';
import { CometChatTextBubble, CometChatTextBubbleInterface, TextBubbleStyle, TextBubbleStyleInterface, FormatTextForLinks } from './CometChatTextBubble';
import { CometChatImageBubble, CometChatImageBubbleInterface, ImageBubbleStyle, ImageBubbleStyleInterface } from './CometChatImageBubble';
import { CometChatFileBubble, CometChatFileBubbleInterface, FileBubbleStyle, FileBubbleStyleInterface } from './CometChatFileBubble';
import { AudioBubbleStyle, AudioBubbleStyleInterface, CometChatAudioBubble, CometChatAudioBubbleInterface } from './CometChatAudioBubble';
import { CometChatAvatar, AvatarConfiguration, AvatarConfigurationInterface, AvatarStyle, AvatarStyleInterface } from './CometChatAvatar';
import { CometChatBadge, BadgeConfiguration, BadgeConfigurationInterface, BadgeStyleInterface, BadgeStyle } from './CometChatBadge';
import { CometChatStatusIndicator, StatusIndicatorConfiguration, StatusIndicatorStyle, CometChatStatusIndicatorInterface, StatusIndicatorConfigurationInterface, StatusIndicatorStyleInterface } from './CometChatStatusIndicator';
import { CometChatReceipt, ReceiptConfiguration, CometChatReceiptInterface, ReceiptConfigurationInterface } from './CometChatReceipt';
import { CometChatDateInterface, DateConfigurationInterface, DateStyleInterface, CometChatDate, DateConfiguration, DateStyle } from './CometChatDate';
import { CometChatList, CometChatListProps, CometChatListActionsInterface, CometChatListStylesInterface } from './CometChatList';
import { CometChatListItem, ListItemStyle, CometChatListItemInterface, ListItemStyleInterface, ListItemConfiguration } from './CometChatListItem';
import { CometChatMessageInputInterface, CometChatMessageInputStyleInterface, CometChatMessageInput } from './CometChatMessageInput';
import { CometChatBottomSheetInterface, CometChatBottomSheet } from './CometChatBottomSheet';
import { CometChatConfirmDialog, CometChatConfirmDialogInterface, CometChatConfirmDialogStyleInterface } from './CometChatConfirmDialog';
export { CometChatMessageInputStyleInterface, CometChatMessageInputInterface, CometChatBottomSheetInterface, CometChatDateInterface, DateConfigurationInterface, DateStyleInterface, CometChatReceiptInterface, ReceiptConfigurationInterface, CometChatStatusIndicatorInterface, StatusIndicatorConfigurationInterface, StatusIndicatorStyleInterface, BadgeConfigurationInterface, BadgeStyleInterface, AvatarConfigurationInterface, FormatTextForLinks, ActionItemInterface, ActionSheetStylesInterface, CometChatConfirmDialogInterface, CometChatConfirmDialogStyleInterface, ListItemConfiguration, AvatarStyleInterface, ListItemStyleInterface, CometChatListItem, CometChatListItemInterface, ListItemStyle, CometChatAvatar, CometChatBadge, CometChatStatusIndicator, CometChatReceipt, CometChatDate, AvatarConfiguration, BadgeConfiguration, BadgeStyle, DateConfiguration, ReceiptConfiguration, StatusIndicatorConfiguration, StatusIndicatorStyle, DateStyle, AvatarStyle, CometChatMessageInput, AudioBubbleStyle, AudioBubbleStyleInterface, CometChatAudioBubble, CometChatAudioBubbleInterface, CometChatFileBubble, CometChatFileBubbleInterface, FileBubbleStyle, FileBubbleStyleInterface, CometChatVideoBubble, CometChatVideoBubbleInterface, VideoBubbleStyle, VideoBubbleStyleInterface, CometChatTextBubble, CometChatTextBubbleInterface, TextBubbleStyle, TextBubbleStyleInterface, CometChatImageBubble, CometChatImageBubbleInterface, ImageBubbleStyle, ImageBubbleStyleInterface, CometChatActionSheet, ActionSheetStyles, ActionItem, CometChatBottomSheet, CometChatConfirmDialog, CometChatList, CometChatListProps, CometChatListActionsInterface, CometChatListStylesInterface, };