UNPKG

rs-react-native-map-clustering

Version:

React Native Map Clustering both for Android and iOS with TypeScript support

6 lines (5 loc) 253 B
import React from 'react'; import MapView from 'react-native-maps'; import type { ClusteredMapViewProps } from './types'; declare const _default: React.NamedExoticComponent<ClusteredMapViewProps & React.RefAttributes<MapView>>; export default _default;