mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4274 - For Chip
This commit is contained in:
parent
f6a69aa496
commit
b27321fdaa
1 changed files with 4 additions and 2 deletions
6
components/lib/chip/Chip.d.ts
vendored
6
components/lib/chip/Chip.d.ts
vendored
|
@ -130,12 +130,14 @@ export interface ChipSlots {
|
|||
removeicon(scope: {
|
||||
/**
|
||||
* Remove icon click event
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
onClick(): void;
|
||||
onClick(event: Event): void;
|
||||
/**
|
||||
* Remove icon keydown event
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
onKeydown(): void;
|
||||
onKeydown(event: Event): void;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue