UNPKG

@pansy/react-mapbox-gl

Version:

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

7 lines (6 loc) 133 B
// src/components/Map/context.ts import { createContext } from "react"; var MapContext = createContext({}); export { MapContext };