We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d5163 commit 117e038Copy full SHA for 117e038
1 file changed
components/doc/common/apidoc/index.json
@@ -23922,6 +23922,13 @@
23922
"type": "DropdownPassThroughType<HTMLAttributes<HTMLSpanElement> | SVGProps<SVGSVGElement>>",
23923
"description": "Uses to pass attributes to the filter icon's DOM element."
23924
},
23925
+ {
23926
+ "name": "filterClearIcon",
23927
+ "optional": true,
23928
+ "readonly": false,
23929
+ "type": "DropdownPassThroughType<HTMLAttributes<HTMLSpanElement> | SVGProps<SVGSVGElement>>",
23930
+ "description": "Uses to pass attributes to the filter clear icon's DOM element."
23931
+ },
23932
{
23933
"name": "wrapper",
23934
"optional": true,
0 commit comments