Type Alias InputAttributes

InputAttributes: InputHTMLAttributes<
    HTMLInputElement
    | HTMLSelectElement
    | HTMLTextAreaElement,
>

Type alias for input attributes, extending HTML input, select, and textarea attributes.