Update API doc
parent
4b2a656c1c
commit
b37f5a0fae
|
@ -59028,7 +59028,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "SelectPassThroughOptionType<T>",
|
"type": "SelectPassThroughOptionType<T>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the dropdown' DOM element."
|
"description": "Used to pass attributes to the dropdown's DOM element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dropdownIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "SelectPassThroughOptionType<T>",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the dropdown icon's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "loadingIcon",
|
"name": "loadingIcon",
|
||||||
|
|
696
pnpm-lock.yaml
696
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue