Skip to content

maia.component-library / ListBoxItem

Variable: ListBoxItem

const ListBoxItem: (__namedParameters) => Element & object

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

Type Declaration

Indicator

Indicator: <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: (__namedParameters) => Element = ListBoxItemRoot

Parameters

__namedParameters

ListBoxItemRootProps

Returns

Element