UNPKG

@vericus/slate-kit-history

Version:

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

7 lines 230 B
import handleUndo from "./handleUndo"; import handleRedo from "./handleRedo"; export default function createCommands(): { handleUndo: typeof handleUndo; handleRedo: typeof handleRedo; }; //# sourceMappingURL=index.d.ts.map