UNPKG

@atlaskit/editor-plugin-track-changes

Version:

ShowDiff plugin for @atlaskit/editor-core

8 lines (7 loc) 260 B
import type { Step } from '@atlaskit/editor-prosemirror/transform'; export declare class InvertableStep { readonly step: Step; readonly inverted: Step; readonly allocation: number; constructor(step: Step, inverted: Step, allocation: number); }