UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

12 lines (10 loc) 312 B
import { CometChatReceipt, CometChatReceiptInterface, } from "./CometChatReceipt"; import { ReceiptConfiguration, ReceiptConfigurationInterface, } from "./MessageConfiguration"; export { CometChatReceipt, ReceiptConfiguration }; export type { CometChatReceiptInterface, ReceiptConfigurationInterface };