OptionsSectionProps<T>
OptionsSectionProps<
T> =Omit<ListBoxSectionProps<T>,"className"> &object
Type Declaration
classNames?
optionalclassNames:object
classNames.header?
optionalheader:string
classNames.section?
optionalsection:ListBoxSectionProps<T>["className"]
header?
optionalheader:string
Type Parameters
T
T extends OptionsDataItem