UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

5 lines (4 loc) 256 B
export { CometChatConversations } from "./CometChatConversations"; export { Skeleton } from "./Skeleton"; export { getConversationStyleLight, getConversationStyleDark } from "./style"; export type { ConversationInterface } from "./CometChatConversations";