Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListItemTextProps

Hierarchy

  • ListItemTextProps

Index

Properties

Optional children

children: ReactNode

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

Optional className

className: string

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

Optional secondaryText

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.

Optional secondaryTextClassName

secondaryTextClassName: string

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

Generated using TypeDoc