UNPKG

@pansy/react-mapbox-gl

Version:

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

8 lines (7 loc) 132 B
// src/components/Map/index.ts import { Map } from "./map"; import { MapContext } from "./context"; export { Map, MapContext };