@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
36 lines (35 loc) • 953 B
text/typescript
import { BaseStyle, BaseStyleInterface } from "./BaseStyle";
import { BorderStyle, BorderStyleInterface } from "./BorderStyle";
import { FontStyle, FontStyleInterface } from "./FontStyle";
import { ShadowStyle, ShadowStyleInterface } from "./ShadowStyle";
import {
ImageType,
CometChatContextType,
CometChatTabAlignment,
ConversationType,
DatePattern,
MessageReceipt,
SelectionMode,
MessageListAlignmentType,
MessageBubbleAlignmentType,
AdditionalBubbleStylingParams,
MessageTimeAlignmentType,
} from "./Types";
export { BaseStyle, BorderStyle, FontStyle, ShadowStyle };
export type {
CometChatContextType,
CometChatTabAlignment,
ConversationType,
DatePattern,
MessageReceipt,
BaseStyleInterface,
BorderStyleInterface,
FontStyleInterface,
ShadowStyleInterface,
ImageType,
SelectionMode,
MessageListAlignmentType,
AdditionalBubbleStylingParams,
MessageBubbleAlignmentType,
MessageTimeAlignmentType,
};