SwitchProps
ts
type SwitchProps = object;Defined in: components/switch.tsx:36
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:38
condition
ts
condition:
| string
| number
| boolean
| VariableWithAccess;Defined in: components/switch.tsx:37
default
ts
default: InnerSwitchCase;Defined in: components/switch.tsx:39