UNPKG

clickable-json

Version:

Interactive JSON and JSON CRDT viewer and editor

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