diff --git a/lib/components/Input/index.tsx b/lib/components/Input/index.tsx index 8bd188fd..6fafdff4 100644 --- a/lib/components/Input/index.tsx +++ b/lib/components/Input/index.tsx @@ -9,8 +9,7 @@ export type InputVariants = | "error" | "warning" | "disabled"; -interface InputProps - extends Omit, "style" | "placeholder"> { +interface InputProps extends Omit, "placeholder"> { label?: string; leftPlaceholder?: ReactNode; rightPlaceholder?: ReactNode;