UNPKG

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

Version:

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

6 lines (4 loc) 172 B
// Component export. export { default as LoadingDialog } from './LoadingDialog'; // Type export. export type { Props as LoadingDialogProps } from './LoadingDialog.types';