UNPKG

react-native-photos-gallery

Version:
4 lines (3 loc) 402 B
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;