( checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, )
| 1842 | }; |
| 1843 | |
| 1844 | export const useGoBackwardCallback = ( |
| 1845 | checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, |
| 1846 | ): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward'); |
| 1847 | |
| 1848 | export const useGoForwardCallback = ( |
| 1849 | checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId, |
searching dependent graphs…