Style props for the TextButton component. Also accepts:
interface TextButtonStyleProps extends MaxWidthProps, MinWidthProps, WidthProps, FlexItemSetProps, PositionSetProps, SpacingSetProps
display | OptionalResponsiveProp<"inline-flex" | "flex" | "none"> Defines the display type of an element, which consists of the two basic qualities of how an element generates boxes — the outer display type defining how the box participates in flow layout, and the inner display type defining how the children of the box are laid out. |