UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

6 lines 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.context = void 0; const React = require("react"); exports.context = React.createContext(null); //# sourceMappingURL=context.js.map