( storeOrStoreId?: StoreOrStoreId, )
| 861 | ); |
| 862 | |
| 863 | export const useValues: typeof useValuesDecl = ( |
| 864 | storeOrStoreId?: StoreOrStoreId, |
| 865 | ): Values => |
| 866 | useListenable(VALUES, useStoreOrStoreById(storeOrStoreId), ReturnType.Object); |
| 867 | |
| 868 | export const useValuesState: typeof useValuesStateDecl = ( |
| 869 | storeOrStoreId?: StoreOrStoreId, |