view : List (Attribute msg) -> List (Html msg) -> Html msg
light : Attribute msg
semibold : Attribute msg
bold : Attribute msg
inline : Attribute msg
extraSmall : Attribute msg
small : Attribute msg
large : Attribute msg
extraLarge : Attribute msg
italic : Attribute msg
strikethrough : Attribute msg
underline : Attribute msg
aux : Attribute msg
color : String -> Attribute msg
alignLeft : Attribute msg
alignRight : Attribute msg
alignCenter : Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
noAttr : Attribute msg