Skip to content

Switch

Switch(props, children): VirtualElement

Defined in: core/control-flow/switch-case/index.ts:198

Switch control flow element

Parameters

props

SwitchProps

children

VirtualElement[] = []

Case and Default elements

Returns

VirtualElement