Skip to main content

OptionsItem()

const OptionsItem: <T>(props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Type Parameters

T

T extends object

Parameters

props

Omit<ListBoxItemProps<T>, "className" | "style"> & BaseOptionsProps & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>