( storeOrStoreId?: StoreOrStoreId, )
| 666 | ]; |
| 667 | |
| 668 | export const useTableIds: typeof useTableIdsDecl = ( |
| 669 | storeOrStoreId?: StoreOrStoreId, |
| 670 | ): Ids => |
| 671 | useListenable( |
| 672 | TABLE_IDS, |
| 673 | useStoreOrStoreById(storeOrStoreId), |
| 674 | ReturnType.Array, |
| 675 | ); |
| 676 | |
| 677 | export const useHasTable: typeof useHasTableDecl = ( |
| 678 | tableId: Id, |
searching dependent graphs…