UNPKG

react-native-maps

Version:
5 lines (4 loc) 167 B
import { type ImageSourcePropType } from 'react-native'; export declare function fixImageProp(image: ImageSourcePropType): { uri: string; } | ImageSourcePropType;