ListItemTextSlots

external interface ListItemTextSlots(source)

Properties

Link copied to clipboard
abstract var primary: ElementType<*>?

The component that renders the primary slot.

Link copied to clipboard
abstract var root: ElementType<*>?

The component that renders the root slot.

Link copied to clipboard
abstract var secondary: ElementType<*>?

The component that renders the secondary slot.