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'; | 'white';
error?: boolean; error?: boolean;
errorMessage?: string; errorMessage?: string;
value?: string; value?: string | number;
label?: string; label?: string;
name?: string; name?: string;
type?: 'text' | 'email' | 'tel' | 'password' | 'file' | 'number'; type?: 'text' | 'email' | 'tel' | 'password' | 'file' | 'number';