@laserware/dominator
    Preparing search index...

    Type Alias HTMLInputTypeAttribute

    HTMLInputTypeAttribute:
        | "button"
        | "checkbox"
        | "color"
        | "date"
        | "datetime-local"
        | "email"
        | "file"
        | "hidden"
        | "image"
        | "month"
        | "number"
        | "password"
        | "radio"
        | "range"
        | "reset"
        | "search"
        | "submit"
        | "tel"
        | "text"
        | "time"
        | "url"
        | "week"
        | string & {}

    Options for the type attribute of an <input> element.

    The datetime input type is deprecated. Instead, use datetime-local.