UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (7 loc) 282 B
import { CometChatCard, CometChatCardInterface } from "./CometChatCard"; import { CometChatCardStyle, CometChatCardStyleInterface, } from "./CometChatCardStyle"; export { CometChatCard, CometChatCardStyle }; export type { CometChatCardInterface, CometChatCardStyleInterface };