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