@chauffleet/expo-custom-map
Version:
Open source custom map library for Expo/React Native. Use your own tiles without Google Maps, Mapbox, or API keys. Created by ChaufFleet.
10 lines • 333 B
TypeScript
import React from 'react';
import { MarkerProps } from '../types';
interface InternalMarkerProps extends MarkerProps {
screenX?: number;
screenY?: number;
isVisible?: boolean;
}
declare const _default: React.NamedExoticComponent<InternalMarkerProps>;
export default _default;
//# sourceMappingURL=MarkerComponent.d.ts.map