SelectOptionGroup
Defined in: src/components/controls/Select/Select.types.ts:19
Type Parameters
Section titled “Type Parameters”T extends string = string
Properties
Section titled “Properties”label:
string
Defined in: src/components/controls/Select/Select.types.ts:21
Group label displayed as a non-selectable header
options
Section titled “options”options:
SelectOptionItem<T>[]
Defined in: src/components/controls/Select/Select.types.ts:23
Options within this group