UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

10 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AddAction = void 0; const React = require("react"); const _1 = require("."); const AddAction = (props) => { return React.createElement(_1.Action, Object.assign({}, props), '+'); }; exports.AddAction = AddAction; //# sourceMappingURL=AddAction.js.map