UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

6 lines 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GraphContext = void 0; const react_1 = require("react"); exports.GraphContext = (0, react_1.createContext)(undefined); //# sourceMappingURL=graphContext.js.map