UNPKG

@vericus/slate-kit-history

Version:

plugin that group together history of selections to the next editing event on slate for undo/redo

3 lines 144 B
import { Value } from "slate"; export default function isUndo(prevValue: Value, currValue: Value): boolean; //# sourceMappingURL=isUndo.d.ts.map