Update CascadeSelect.d.ts

pull/6674/head
tugcekucukoglu 2024-10-28 13:53:23 +03:00
parent 64a2df2dd5
commit c5250dc92d
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ export interface CascadeSelectPassThroughOptions {
* Used to pass attributes to the label's DOM element.
*/
label?: CascadeSelectPassThroughOptionType;
/**
* Used to pass attributes to the label's DOM element.
*/
clearIcon?: CascadeSelectPassThroughOptionType;
/**
* Used to pass attributes to the dropdown button's DOM element.
*/