@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
11 lines (10 loc) • 318 B
text/typescript
import {
CometChatConfirmDialog,
CometChatConfirmDialogInterface,
} from "./CometChatConfirmDialog";
import { CometChatConfirmDialogStyleInterface } from "./CometChatConfirmDialogStyle";
export { CometChatConfirmDialog };
export type {
CometChatConfirmDialogInterface,
CometChatConfirmDialogStyleInterface,
};