( checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, )
| 1846 | ): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward'); |
| 1847 | |
| 1848 | export const useGoForwardCallback = ( |
| 1849 | checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, |
| 1850 | ): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goForward'); |
| 1851 | |
| 1852 | export const useGoToCallback = <Parameter>( |
| 1853 | getCheckpointId: (parameter: Parameter) => Id, |
searching dependent graphs…