Skip to content

SelectOptionGroup

Defined in: src/components/controls/Select/Select.types.ts:19

Type Parameters

T

T extends string = string

Properties

label

label: string

Defined in: src/components/controls/Select/Select.types.ts:21

Group label displayed as a non-selectable header


options

options: SelectOptionItem<T>[]

Defined in: src/components/controls/Select/Select.types.ts:23

Options within this group