Skip to main content

OptionsProps<T>

OptionsProps<T> = Omit<ListBoxProps<T>, "orientation" | "layout"> & RefAttributes<HTMLDivElement> & object

Type Declaration

size?

optional size: "small" | "large"

Type Parameters

T

T extends OptionsDataItem