UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

15 lines (13 loc) 417 B
import { CometChatTransferOwnership, CometChatTransferOwnershipInterface, } from "./CometChatTransferOwnership"; import { TransferOwnershipConfiguration, TransferOwnershipConfigurationInterface, } from "./TransferOwnershipConfiguration"; export { CometChatTransferOwnership, TransferOwnershipConfiguration }; export type { CometChatTransferOwnershipInterface, TransferOwnershipConfigurationInterface, };