UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

6 lines (4 loc) 186 B
// Component export. export { default as AlertDialog, AlertDialogComponent } from './AlertDialog'; // Type export. export type { Props as AlertDialogProps } from './AlertDialog.types';