@grafana/ui
Version:
Grafana Components Library
16 lines (11 loc) • 405 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
;
const OpenLayersContext = React.createContext({});
function useOpenLayersContext() {
return React.useContext(OpenLayersContext);
}
exports.OpenLayersContext = OpenLayersContext;
exports.useOpenLayersContext = useOpenLayersContext;
//# sourceMappingURL=OpenLayersContext.cjs.map