Add Listbox header and remove from OrderList/PickList

This commit is contained in:
tugcekucukoglu 2024-03-26 13:31:15 +03:00
parent fc947d61fa
commit bb51b40051
7 changed files with 6 additions and 25 deletions

View file

@ -133,10 +133,6 @@ export interface OrderListPassThroughOptions {
* Used to pass attributes to the container's DOM element.
*/
container?: OrderListPassThroughOptionType;
/**
* Used to pass attributes to the header's DOM element.
*/
header?: OrderListPassThroughOptionType;
/**
* Used to pass attributes to the Listbox component.
* @see {@link ListboxPassThroughOptions}