Revert "Fixed #4216 - Dropdown: clearicon slot prop onClick has invalid type"
This reverts commit 2e9e12ee6e
.
pull/4258/head
parent
bdb266092a
commit
110b32d012
|
@ -566,7 +566,7 @@ export interface DropdownSlots {
|
|||
/**
|
||||
* Clear icon click function.
|
||||
*/
|
||||
onClick: (event: MouseEvent) => void;
|
||||
onClick: void;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom dropdown icon template.
|
||||
|
|
Loading…
Reference in New Issue