( checkpointsId: Id, checkpoints: Checkpoints, )
| 2170 | useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS); |
| 2171 | |
| 2172 | export const useProvideCheckpoints: typeof useProvideCheckpointsDecl = ( |
| 2173 | checkpointsId: Id, |
| 2174 | checkpoints: Checkpoints, |
| 2175 | ): void => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS); |
| 2176 | |
| 2177 | export const useCheckpointIds: typeof useCheckpointIdsDecl = ( |
| 2178 | checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId, |
searching dependent graphs…