UNPKG

@vericus/slate-kit-history

Version:

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

9 lines 240 B
import handleUndo from "./handleUndo"; import handleRedo from "./handleRedo"; export default function createCommands() { return { handleUndo: handleUndo, handleRedo: handleRedo, }; } //# sourceMappingURL=index.js.map