SwitchSlots

external interface SwitchSlots(source)

Properties

Link copied to clipboard
abstract var input: ElementType<*>

The component that renders the switchBase's input slot.

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

The component that renders the root slot.

Link copied to clipboard
abstract var switchBase: ElementType<*>

The component that renders the switchBase slot.

Link copied to clipboard
abstract var thumb: ElementType<*>

The component that renders the thumb slot.

Link copied to clipboard
abstract var track: ElementType<*>

The component that renders the track slot.