OptionsProps<T>
OptionsProps<
T> =Omit<ListBoxProps<T>,"orientation"|"layout"> &RefAttributes<HTMLDivElement> &object
Type Declaration
size?
optionalsize:"small"|"large"
Type Parameters
T
T extends OptionsDataItem
OptionsProps<
T> =Omit<ListBoxProps<T>,"orientation"|"layout"> &RefAttributes<HTMLDivElement> &object
optionalsize:"small"|"large"
T extends OptionsDataItem