Type Alias: InputProps

InputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "color" | "size"> & InputOptionalProps

Props accepted by the reusable input component.