Variable: Input
constInput:ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>,"color"|"size"> &Partial<{color:InputColor;endAdornment:ReactNode;endContent:ReactNode;helperColor:HelperTextColor;helperText:ReactNode;size:InputSize;startAdornment:ReactNode;startContent:ReactNode; }> &RefAttributes<HTMLInputElement>>
Renders a styled text input with support for side content, semantic colors, and helper text.