mithril-materialized
    Preparing search index...

    Type Alias InputType

    InputType:
        | "text"
        | "email"
        | "password"
        | "tel"
        | "url"
        | "search"
        | "number"
        | "range"
        | "date"
        | "datetime-local"
        | "month"
        | "time"
        | "week"
        | "color"
        | "file"
        | "hidden"

    Input type union with proper HTML input types