diff --git a/src/components/Input/index.tsx b/src/components/Input/index.tsx index 120a550..ae27e3f 100644 --- a/src/components/Input/index.tsx +++ b/src/components/Input/index.tsx @@ -21,7 +21,6 @@ type InputProps = { type?: 'text' | 'email' | 'password' | 'file' | 'number'; placeholder?: string; fullWidth?: boolean; - multiline?: boolean; onChange: (event: React.ChangeEvent) => void; };