SwitchCase
ts
type SwitchCase = Record<string | number, InnerSwitchCase>;Defined in: components/switch.tsx:26
Mapping of possible values to their corresponding case branches.
Since
1.0.0
Author
Simon Kovtyk