@codegateinc/react-form-builder-v2
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -63,2 +63,3 @@ type VoidFunction = () => void | ||
isFilled: boolean, | ||
isValid: boolean, | ||
resetForm: VoidFunction, | ||
@@ -65,0 +66,0 @@ submit: VoidFunction, |
@@ -6,3 +6,3 @@ { | ||
"typings": "index.d.ts", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "scripts": { |
210343
1983