SwitchOwnProps

Inheritors

Types

Link copied to clipboard
interface SlotProps

Properties

Link copied to clipboard
abstract override var className: ClassName?

Class name applied to the root element.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard

The props used for each slot inside the Switch.

Link copied to clipboard
abstract var slots: SwitchSlots?

The components used for each slot inside the Switch. Either a string to use a HTML element or a component.

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()