UNPKG

@atlaskit/editor-plugin-track-changes

Version:

ShowDiff plugin for @atlaskit/editor-core

7 lines 165 B
export class InvertableStep { constructor(step, inverted, allocation) { this.step = step; this.inverted = inverted; this.allocation = allocation; } }