Searched refs:NativeExpoGoogleMapsViewProps (Results 1 – 6 of 6) sorted by relevance
2 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';3 export declare const NativeExpoGoogleMapsView: React.ComponentType<NativeExpoGoogleMapsViewProps>;
1 …NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';\n\nexport const …
380 export type NativeExpoGoogleMapsViewProps = ViewProps & React.RefAttributes<ExpoMap> & PropsWithChi… alias
1 …*\n * Props for Google Maps implementation.\n */\nexport type NativeExpoGoogleMapsViewProps = View…
4 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';8 ) as React.ComponentType<NativeExpoGoogleMapsViewProps>;
461 export type NativeExpoGoogleMapsViewProps = ViewProps & alias