UNPKG

@ssplib/react-components

Version:
6 lines (5 loc) 161 B
import { LatLngExpression } from 'leaflet'; declare const AnimatedMarker: ({ coords }: { coords: LatLngExpression; }) => any; export default AnimatedMarker;