UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (6 loc) 262 B
export { CometChatConversations } from "./CometChatConversations"; export { Skeleton } from "./Skeleton"; export { getConversationStyleLight, getConversationStyleDark } from "./style"; export type { ConversationInterface } from "./CometChatConversations";