{ role : Role
, selected : Basics.Bool
, backgroundColor : Element.Color
, fontColor : Element.Color
, selectedBackgroundColor : Element.Color
, selectedFontColor : Element.Color
, width : Basics.Int
, height : Basics.Int
}
make : (String -> msg) -> String -> String -> TextArea msg
toElement : TextArea msg -> Element msg
withHeight : Basics.Int -> TextArea msg -> TextArea msg
withWidth : Basics.Int -> TextArea msg -> TextArea msg