UNPKG

@grafana/ui

Version:
16 lines (11 loc) 405 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); "use strict"; const OpenLayersContext = React.createContext({}); function useOpenLayersContext() { return React.useContext(OpenLayersContext); } exports.OpenLayersContext = OpenLayersContext; exports.useOpenLayersContext = useOpenLayersContext; //# sourceMappingURL=OpenLayersContext.cjs.map