Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListItemTextProps

Hierarchy

  • ListItemTextProps

Index

Properties

children?: ReactNode

The main text children to display. This will be stacked above the secondaryText if it was provided.

className?: string

An optional className to apply to the <span> surrounding the children.

secondaryText?: ReactNode

Optional secondary text to display that will be stacked below the children. This also applies some styles to make the text less prominent than the children.

secondaryTextClassName?: string

An optional className to apply to the <span> surrounding the secondaryText if it was provided.

Generated using TypeDoc