Skip to main content

StyleProps

Hierarchy

  • Pick<TextProps, bold | italic | underline | wrap>
    • StyleProps

Index

Properties

children

children: NonNullable<ReactNode>

optionalinverted

inverted?: boolean

Invert the colors to style the background instead of foreground. Defaults to false.

optionaltype

type?: StyleType | none

Theme palette name to style with. Defaults to "none".