clickable-json
Version:
Interactive JSON and JSON CRDT viewer and editor
10 lines • 345 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EditAction = void 0;
const React = require("react");
const _1 = require(".");
const EditAction = (props) => {
return React.createElement(_1.Action, Object.assign({}, props), '…');
};
exports.EditAction = EditAction;
//# sourceMappingURL=EditAction.js.map
;