UNPKG

@pansy/react-mapbox-gl

Version:

🌍 基于 Mapbox GL 封装的 React 组件库

4 lines (3 loc) 196 B
import React from 'react'; import type { MarkerProps, MapboxMarker } from './types'; export declare const Marker: React.ForwardRefExoticComponent<MarkerProps & React.RefAttributes<MapboxMarker>>;