UNPKG

@pansy/react-mapbox-gl

Version:

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

3 lines (2 loc) 125 B
import type { LngLatLike, LngLat } from 'mapbox-gl'; export declare const toLngLat: (position: LngLatLike) => LngLat | null;