UNPKG

react-map-gl

Version:

A React wrapper for MapboxGL-js and overlay API.

21 lines (17 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = require("react"); var _default = (0, _react.createContext)({ viewport: null, map: null, mapContainer: null, onViewportChange: null, onViewStateChange: null, eventManager: null, isDragging: false }); exports["default"] = _default; //# sourceMappingURL=map-context.js.map