# Type alias TextWidgetStyleOptions

TextWidgetStyleOptions: object

Style settings defining the look and feel of TextWidget

# Type declaration

# bgColor

bgColor: string


# html

html: string


# vAlign

vAlign: `valign-${"middle" | "top" | "bottom"}`