Skip to content

maia.component-library / ListBox

Variable: ListBox

const ListBox: <T>(__namedParameters) => Element & object

Defined in: lib/components/Molecules/ListBox/index.ts:6

Type Declaration

Item

Item: (__namedParameters) => Element & object = ListBoxItem

Type Declaration

Indicator

Indicator: <E>(__namedParameters) => Element

Type Parameters
E

E extends keyof IntrinsicElements = "span"

Parameters
__namedParameters

ListBoxItemIndicatorProps<E> & Omit<IntrinsicElements[E], keyof ListBoxItemIndicatorProps<E>>

Returns

Element

Root

Root: (__namedParameters) => Element

Parameters
__namedParameters

ListBoxItemRootProps

Returns

Element

ItemIndicator

ItemIndicator: <E>(__namedParameters) => Element = ListBoxItemIndicator

Type Parameters

E

E extends keyof IntrinsicElements = "span"

Parameters

__namedParameters

ListBoxItemIndicatorProps<E> & Omit<IntrinsicElements[E], keyof ListBoxItemIndicatorProps<E>>

Returns

Element

Root

Root: <T>(__namedParameters) => Element = ListBoxRoot

Type Parameters

T

T extends object

Parameters

__namedParameters

ListBoxRootProps<T>

Returns

Element

Section

Section: (__namedParameters) => Element = ListBoxSection

Parameters

__namedParameters

ListBoxSectionRootProps

Returns

Element