UNPKG

@urbica/react-map-gl

Version:
7 lines (4 loc) 142 B
import { Context } from "react"; import { Map } from "mapbox-gl"; declare const MapContext: Context<Map | null>; export default MapContext;