UNPKG

react-gallimaps

Version:

A minimalist React wrapper for GalliMaps Vector Plugin - Easy integration for Nepal's mapping solution

8 lines (7 loc) 230 B
import React from 'react'; import { MarkerProps } from '../types/components'; interface InternalMarkerProps extends MarkerProps { markerId: string; } declare const Marker: React.FC<InternalMarkerProps>; export default Marker;