rune-langium / visual-editor/src / useUndo
Function: useUndo()
ts
function useUndo(): () => void;Defined in: packages/visual-editor/src/store/history.ts:63
Returns the undo function from the temporal store.
Returns
() => void