@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
15 lines (13 loc) • 417 B
text/typescript
import {
CometChatTransferOwnership,
CometChatTransferOwnershipInterface,
} from "./CometChatTransferOwnership";
import {
TransferOwnershipConfiguration,
TransferOwnershipConfigurationInterface,
} from "./TransferOwnershipConfiguration";
export { CometChatTransferOwnership, TransferOwnershipConfiguration };
export type {
CometChatTransferOwnershipInterface,
TransferOwnershipConfigurationInterface,
};