Skip to content

maia.component-library / Select

Type Alias: Select<T>

Select<T> = object

Defined in: lib/components/Molecules/Select/index.ts:10

Type Parameters

T

T extends object = object

Properties

IndicatorProps

IndicatorProps: ComponentProps<typeof SelectIndicator>

Defined in: lib/components/Molecules/Select/index.ts:23


PopoverProps

PopoverProps: ComponentProps<typeof SelectPopover>

Defined in: lib/components/Molecules/Select/index.ts:24


Props

Props: ComponentProps<typeof SelectRoot>

Defined in: lib/components/Molecules/Select/index.ts:19


RootProps

RootProps: ComponentProps<typeof SelectRoot>

Defined in: lib/components/Molecules/Select/index.ts:20


TriggerProps

TriggerProps: ComponentProps<typeof SelectTrigger>

Defined in: lib/components/Molecules/Select/index.ts:21


ValueProps

ValueProps: ComponentProps<typeof SelectValue>

Defined in: lib/components/Molecules/Select/index.ts:22