UNPKG

@activecollab/components

Version:

ActiveCollab Components

7 lines 354 B
import { createContext, useContext } from "react"; const LayerContext = /*#__PURE__*/createContext({}); export const LayerContextProvider = LayerContext.Provider; export const LayerContextConsumer = LayerContext.Consumer; export const useLayerContext = () => useContext(LayerContext); export default LayerContext; //# sourceMappingURL=LayerContext.js.map