Update input component

This commit is contained in:
Hazem Krimi
2021-05-26 23:44:57 +01:00
parent 161bf25ceb
commit ef1852a246
+1 -1
View File
@@ -16,7 +16,7 @@ type InputProps = {
| 'white';
error?: boolean;
errorMessage?: string;
value?: string;
value?: string | number;
label?: string;
name?: string;
type?: 'text' | 'email' | 'tel' | 'password' | 'file' | 'number';