( storeOrStoreId?: StoreOrStoreId, )
| 873 | ]; |
| 874 | |
| 875 | export const useValueIds: typeof useValueIdsDecl = ( |
| 876 | storeOrStoreId?: StoreOrStoreId, |
| 877 | ): Ids => |
| 878 | useListenable( |
| 879 | VALUE_IDS, |
| 880 | useStoreOrStoreById(storeOrStoreId), |
| 881 | ReturnType.Array, |
| 882 | ); |
| 883 | |
| 884 | export const useHasValue: typeof useHasValueDecl = ( |
| 885 | valueId: Id, |
searching dependent graphs…