Skip to main content

OptionsList()

const OptionsList: <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<ListBoxProps<T>, "className" | "style" | "orientation" | "dragAndDropHooks"> & BaseOptionsProps & RefAttributes<HTMLDivElement>

Returns

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