UNPKG

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

Version:

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

9 lines (7 loc) 201 B
// Component export. export { default as LoadingDialog, LoadingDialogComponent, } from './LoadingDialog'; // Type export. export type { Props as LoadingDialogProps } from './LoadingDialog.types';