custom : (v -> v) -> Attribute v
height : Element.Length -> Attribute v
id : String -> Attribute v
none : Attribute v
toElement : List (Attribute v) -> List (Element.Attribute msg)
toInternalConfig : List (Attribute v) -> v -> v
toId : List (Attribute v) -> Maybe String
toWidth : List (Attribute v) -> Maybe Element.Length
width : Element.Length -> Attribute v
withAttributes : List (Attribute internal) -> (List (Attribute internal) -> view -> Element msg) -> List (Attribute internal) -> view -> Element msg
toHeight : List (Attribute v) -> Maybe Element.Length