Searched refs:ExpoMapViewProps (Results 1 – 6 of 6) sorted by relevance
3 import { ExpoMapState, ExpoMapViewProps } from './Map.types';21 export declare class ExpoMap extends React.Component<ExpoMapViewProps> {
406 export type ExpoMapViewProps = ViewProps & PropsWithChildren<Partial<Provider & MapType & Controls … alias
1 …ExpoMapViewProps } from './Map.types';\nimport {\n NativeExpoAppleMapsView,\n NativeExpoAppleMap…
1 …s.\n *\n * All of the ExpoMap props are optional.\n */\nexport type ExpoMapViewProps = ViewProps &…
6 import { DefaultNativeExpoMapViewProps, ExpoMapState, ExpoMapViewProps } from './Map.types';59 * See {@link ExpoMapViewProps} to learn more about props.61 export class ExpoMap extends React.Component<ExpoMapViewProps> {
528 export type ExpoMapViewProps = ViewProps & alias