UNPKG

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

Version:

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

9 lines (7 loc) 216 B
// Component export. export { default as ImagePlaceholder, ImagePlaceholderComponent, } from './ImagePlaceholder'; // Type export. export type { Props as ImagePlaceholderProps } from './ImagePlaceholder.types';