( id?: Id, )
| 2431 | useThingIds(OFFSET_SYNCHRONIZER); |
| 2432 | |
| 2433 | export const useSynchronizer: typeof useSynchronizerDecl = ( |
| 2434 | id?: Id, |
| 2435 | ): Synchronizer | undefined => useThing(id, OFFSET_SYNCHRONIZER); |
| 2436 | |
| 2437 | export const useSynchronizerOrSynchronizerById: typeof useSynchronizerOrSynchronizerByIdDecl = |
| 2438 | ( |
searching dependent graphs…