Update CascadeSelect.d.ts

pull/4077/head
Tuğçe Küçükoğlu 2023-06-22 15:16:10 +03:00
parent 99aea5b000
commit 758e72a8fc
1 changed files with 4 additions and 8 deletions

View File

@ -62,14 +62,14 @@ export interface CascadeSelectPassThroughOptions {
* Uses to pass attributes to the dropdown button's DOM element.
*/
dropdownButton?: CascadeSelectPassThroughOptionType;
/**
* Uses to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: CascadeSelectPassThroughOptionType;
/**
* Uses to pass attributes to the dropdown icon's DOM element.
*/
dropdownIcon?: CascadeSelectPassThroughOptionType;
/**
* Uses to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: CascadeSelectPassThroughOptionType;
/**
* Uses to pass attributes to the panel's DOM element.
*/
@ -102,10 +102,6 @@ export interface CascadeSelectPassThroughOptions {
* Uses to pass attributes to the search result message text aria's DOM element.
*/
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
/**
* Uses to pass attributes to the selected message text aria's DOM element.
*/
selectedMessageAria?: CascadeSelectPassThroughOptionType;
}
/**