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