DigitalClockProps

external interface DigitalClockProps<TDate> : Props(source)

Properties

Link copied to clipboard

Override or extend the styles applied to the component.

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

The props used for each component slot.

Link copied to clipboard
abstract var slots: DigitalClockSlots?

Overrideable component slots.

Link copied to clipboard
abstract var views: ReadonlyArray<String>?

Available views.

Functions

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