@shopify/react-form
Advanced tools
Comparing version 0.0.0-snapshot-20230426140136 to 0.0.0-snapshot-20230428103020
/// <reference types="react" /> | ||
import type { FieldDictionary, NormalizedValidationDictionary } from '../../../types'; | ||
import type { ListState, ListAction } from './index'; | ||
import type { ListState, ListAction } from './reducer'; | ||
export declare function useHandlers<Item extends object>(state: ListState<Item>, dispatch: React.Dispatch<ListAction<Item>>, validationConfigs: NormalizedValidationDictionary<any>): FieldDictionary<Item>[]; | ||
//# sourceMappingURL=handlers.d.ts.map |
{ | ||
"name": "@shopify/react-form", | ||
"version": "0.0.0-snapshot-20230426140136", | ||
"version": "0.0.0-snapshot-20230428103020", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "description": "Manage React forms tersely and safely-typed with no magic using React hooks", | ||
"@shopify/predicates": "^3.0.1", | ||
"@shopify/react-hooks": "0.0.0-snapshot-20230426140136", | ||
"@shopify/react-hooks": "0.0.0-snapshot-20230428103020", | ||
"fast-deep-equal": "^3.1.3", | ||
@@ -42,0 +42,0 @@ "get-value": "^3.0.1" |
Sorry, the diff of this file is not supported yet
238227
+ Added@shopify/react-hooks@0.0.0-snapshot-20230428103020(transitive)
- Removed@shopify/react-hooks@0.0.0-snapshot-20230426140136(transitive)