( storeOrStoreId?: StoreOrStoreId, )
| 654 | ); |
| 655 | |
| 656 | export const useTables: typeof useTablesDecl = ( |
| 657 | storeOrStoreId?: StoreOrStoreId, |
| 658 | ): Tables => |
| 659 | useListenable(TABLES, useStoreOrStoreById(storeOrStoreId), ReturnType.Object); |
| 660 | |
| 661 | export const useTablesState: typeof useTablesStateDecl = ( |
| 662 | storeOrStoreId?: StoreOrStoreId, |
searching dependent graphs…