@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
7 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const editor_state_1 = require("./editor_state");
exports.EditorContext = react_1.default.createContext(new editor_state_1.EditorState(null, null));
//# sourceMappingURL=editor_context.js.map