Skip to content

Commit 90d5163

Browse files
authored
Dropdown - add missing typescript definition for filterClearIcon pt (#7878)
1 parent fb52012 commit 90d5163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/lib/dropdown/dropdown.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ export interface DropdownPassThroughOptions {
7676
* Uses to pass attributes to the filter icon's DOM element.
7777
*/
7878
filterIcon?: DropdownPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement>>;
79+
/**
80+
* Uses to pass attributes to the filter clear icon's DOM element.
81+
*/
82+
filterClearIcon?: DropdownPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement>>;
7983
/**
8084
* Uses to pass attributes to the wrapper's DOM element.
8185
*/

0 commit comments

Comments
 (0)