mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #4216 - Dropdown: clearicon slot prop onClick has invalid type
This commit is contained in:
parent
5ba60badc6
commit
2e9e12ee6e
1 changed files with 1 additions and 1 deletions
2
components/lib/dropdown/Dropdown.d.ts
vendored
2
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue