@atlaskit/editor-plugin-track-changes
Version:
ShowDiff plugin for @atlaskit/editor-core
8 lines • 364 B
JavaScript
import _createClass from "@babel/runtime/helpers/createClass";
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
export var InvertableStep = /*#__PURE__*/_createClass(function InvertableStep(step, inverted, allocation) {
_classCallCheck(this, InvertableStep);
this.step = step;
this.inverted = inverted;
this.allocation = allocation;
});