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

A type that matches any valid value for the type attribute on an HTML <input> element.

See

Note: this will be exported from a different location in the future.

Generated using TypeDoc v0.23.24