mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #4263
This commit is contained in:
parent
bc362f6bc8
commit
0d391072b9
1 changed files with 2 additions and 1 deletions
3
components/lib/dropdown/Dropdown.d.ts
vendored
3
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -569,8 +569,9 @@ export interface DropdownSlots {
|
|||
class: any;
|
||||
/**
|
||||
* Clear icon click function.
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
onClick: (event: Event) => void;
|
||||
onClick(event: Event): void;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom dropdown icon template.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue