Home
last modified time | relevance | path

Searched refs:NativeExpoGoogleMapsViewProps (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-maps/build/
H A DNativeExpoMapView.d.ts2 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';
3 export declare const NativeExpoGoogleMapsView: React.ComponentType<NativeExpoGoogleMapsViewProps>;
H A DNativeExpoMapView.js.map1NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';\n\nexport const …
H A DMap.types.d.ts380 export type NativeExpoGoogleMapsViewProps = ViewProps & React.RefAttributes<ExpoMap> & PropsWithChi… alias
H A DMap.types.js.map1 …*\n * Props for Google Maps implementation.\n */\nexport type NativeExpoGoogleMapsViewProps = View…
/expo/packages/expo-maps/src/
H A DNativeExpoMapView.tsx4 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';
8 ) as React.ComponentType<NativeExpoGoogleMapsViewProps>;
H A DMap.types.ts461 export type NativeExpoGoogleMapsViewProps = ViewProps & alias