( storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>, )
| 486 | ); |
| 487 | |
| 488 | export const useTables = ( |
| 489 | storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>, |
| 490 | ): Accessor<Tables> => |
| 491 | useListenable(TABLES, useStoreOrStoreById(storeOrStoreId), ReturnType.Object); |
| 492 | |
| 493 | export const useTablesState = ( |
| 494 | storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>, |
searching dependent graphs…