UNPKG

@patternfly/react-code-editor

Version:

This package provides a PatternFly wrapper for the Monaco code editor

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