react-native-photos-gallery
Version:
A React Native animated custom photo gallery component
4 lines (3 loc) • 402 B
TypeScript
import type { PhotoGalleryProps, GlobalConstantType } from '../components/PhotoGallery/Types';
declare const GlobalConstant: Required<Pick<PhotoGalleryProps, 'scaledImageResizeMode' | 'animatedThumbnailScrollSpeed' | 'animatedImageDelay' | 'animationCloseSpeed' | 'thumbnailListImageHeight' | 'thumbnailListImageSpace' | 'thumbnailListImageWidth'>> & GlobalConstantType;
export default GlobalConstant;