UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 209 B
import type { IAlertDialogComponentType } from './types'; declare const AlertDialogMain: IAlertDialogComponentType; export { AlertDialogMain as AlertDialog }; export type { IAlertDialogProps } from './types';