Skip to content

maia.component-library / ComboBox

Type Alias: ComboBox<T>

ComboBox<T> = object

Defined in: lib/components/Molecules/ComboBox/index.ts:4

Type Parameters

T

T extends object = object

Properties

InputGroupProps

InputGroupProps: ComponentProps<typeof ComboBoxInputGroup>

Defined in: lib/components/Molecules/ComboBox/index.ts:14


PopoverProps

PopoverProps: ComponentProps<typeof ComboBoxPopover>

Defined in: lib/components/Molecules/ComboBox/index.ts:16


Props

Props: ComponentProps<typeof ComboBoxRoot>

Defined in: lib/components/Molecules/ComboBox/index.ts:12


RootProps

RootProps: ComponentProps<typeof ComboBoxRoot>

Defined in: lib/components/Molecules/ComboBox/index.ts:13


TriggerProps

TriggerProps: ComponentProps<typeof ComboBoxTrigger>

Defined in: lib/components/Molecules/ComboBox/index.ts:15