( storeOrStoreId?: StoreOrStoreId, )
| 629 | useThings(OFFSET_STORE); |
| 630 | |
| 631 | export const useStoreOrStoreById: typeof useStoreOrStoreByIdDecl = ( |
| 632 | storeOrStoreId?: StoreOrStoreId, |
| 633 | ): Store | undefined => useThingOrThingById(storeOrStoreId, OFFSET_STORE); |
| 634 | |
| 635 | export const useProvideStore: typeof useProvideStoreDecl = ( |
| 636 | storeId: Id, |
no test coverage detected
searching dependent graphs…