Skip to main content

OptionsSectionProps<T>

OptionsSectionProps<T> = Omit<ListBoxSectionProps<T>, "className"> & object

Type Declaration

classNames?

optional classNames: object

classNames.header?

optional header: string

classNames.section?

optional section: ListBoxSectionProps<T>["className"]

optional header: string

Type Parameters

T

T extends OptionsDataItem