mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4274
This commit is contained in:
parent
24c28130c9
commit
289ee220ed
32 changed files with 189 additions and 98 deletions
4
components/lib/chip/Chip.d.ts
vendored
4
components/lib/chip/Chip.d.ts
vendored
|
@ -132,12 +132,12 @@ export interface ChipSlots {
|
|||
* Remove icon click event
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
onClick(event: Event): void;
|
||||
onClick: (event: Event) => void;
|
||||
/**
|
||||
* Remove icon keydown event
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
onKeydown(event: Event): void;
|
||||
onKeydown: (event: Event) => void;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue