react-mui-form-validator
Advanced tools
+1
-1
@@ -78,3 +78,3 @@ import * as React$1 from 'react'; | ||
| containerProps?: object; | ||
| onChangeTel: (value: string, info: MuiTelInputInfo) => void; | ||
| onChangeTel?: (value: string, info: MuiTelInputInfo) => void; | ||
| }; | ||
@@ -81,0 +81,0 @@ type ValidatorComponentProps = (FilledTextFieldProps | OutlinedTextFieldProps | StandardTextFieldProps) & ComponentProps; |
+1
-1
@@ -78,3 +78,3 @@ import * as React$1 from 'react'; | ||
| containerProps?: object; | ||
| onChangeTel: (value: string, info: MuiTelInputInfo) => void; | ||
| onChangeTel?: (value: string, info: MuiTelInputInfo) => void; | ||
| }; | ||
@@ -81,0 +81,0 @@ type ValidatorComponentProps = (FilledTextFieldProps | OutlinedTextFieldProps | StandardTextFieldProps) & ComponentProps; |
+1
-1
| { | ||
| "name": "react-mui-form-validator", | ||
| "version": "1.7.0", | ||
| "version": "1.7.1", | ||
| "description": "Validator for forms designed with material-ui components.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
5017052
0