( checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, )
| 2226 | ): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward'); |
| 2227 | |
| 2228 | export const useGoForwardCallback: typeof useGoForwardCallbackDecl = ( |
| 2229 | checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, |
| 2230 | ): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goForward'); |
| 2231 | |
| 2232 | export const useGoToCallback: typeof useGoToCallbackDecl = <Parameter>( |
| 2233 | getCheckpointId: (parameter: Parameter) => Id, |
searching dependent graphs…