Update CascadeSelect.d.ts
parent
64a2df2dd5
commit
c5250dc92d
|
@ -88,6 +88,10 @@ export interface CascadeSelectPassThroughOptions {
|
||||||
* Used to pass attributes to the label's DOM element.
|
* Used to pass attributes to the label's DOM element.
|
||||||
*/
|
*/
|
||||||
label?: CascadeSelectPassThroughOptionType;
|
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.
|
* Used to pass attributes to the dropdown button's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue