Hex Core JS
    Preparing search index...

    Type Alias TextInputType

    TextInputType: Exclude<
        React.HTMLInputTypeAttribute,
        | "button"
        | "checkbox"
        | "email"
        | "hidden"
        | "password"
        | "search"
        | "tel"
        | "text"
        | "url",
    >