@shopify/react-form
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -71,3 +71,3 @@ import { ChangeEvent } from 'react'; | ||
reset(): void; | ||
submit(event?: React.FormEvent): void; | ||
submit(event?: React.FormEvent): Promise<void>; | ||
makeClean(): void; | ||
@@ -74,0 +74,0 @@ } |
{ | ||
"name": "@shopify/react-form", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Manage React forms tersely and safely-typed with no magic using React hooks", |
Sorry, the diff of this file is not supported yet
236068