UNPKG

@grafana/ui

Version:
11 lines (8 loc) 287 B
import { createContext, useContext } from 'react'; "use strict"; const OpenLayersContext = createContext({}); function useOpenLayersContext() { return useContext(OpenLayersContext); } export { OpenLayersContext, useOpenLayersContext }; //# sourceMappingURL=OpenLayersContext.mjs.map