UNPKG

@pansy/react-mapbox-gl

Version:

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

4 lines (3 loc) 181 B
import React from 'react'; import type { MapProps, MapboxMap } from './types'; export declare const Map: React.ForwardRefExoticComponent<MapProps & React.RefAttributes<MapboxMap>>;