( checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, )
| 2222 | }; |
| 2223 | |
| 2224 | export const useGoBackwardCallback: typeof useGoBackwardCallbackDecl = ( |
| 2225 | checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, |
| 2226 | ): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward'); |
| 2227 | |
| 2228 | export const useGoForwardCallback: typeof useGoForwardCallbackDecl = ( |
| 2229 | checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, |
searching dependent graphs…