SwitchProps
ts
type SwitchProps = object;Defined in: components/switch.tsx:38
Props for the Switch component.
Since
1.0.0
Author
Simon Kovtyk
Author
David Schummer
Properties
cases
ts
cases: SwitchCase;Defined in: components/switch.tsx:40
condition
ts
condition:
| string
| number
| boolean
| VariableWithAccess;Defined in: components/switch.tsx:39
default
ts
default: InnerSwitchCase;Defined in: components/switch.tsx:41