feat: email validation in all forms

This commit is contained in:
Tristan Yang
2022-12-06 21:53:22 +08:00
parent 70e440b6b0
commit d0714485e5
5 changed files with 27 additions and 31 deletions
+1
View File
@@ -93,6 +93,7 @@ interface Props
| "onBlur"
| "pattern"
| "disabled"
| "minLength"
>,
HTMLInputElement
> {