mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4274 - For Chips
This commit is contained in:
parent
b27321fdaa
commit
c4b7221efb
2 changed files with 12 additions and 3 deletions
13
components/lib/chips/Chips.d.ts
vendored
13
components/lib/chips/Chips.d.ts
vendored
|
@ -209,9 +209,18 @@ export interface ChipsSlots {
|
|||
*/
|
||||
removetokenicon(scope: {
|
||||
/**
|
||||
* Remove icon click event
|
||||
* Style class of the icon.
|
||||
*/
|
||||
onClick(): void;
|
||||
class: string;
|
||||
/**
|
||||
* Index of the token.
|
||||
*/
|
||||
index: number;
|
||||
/**
|
||||
* Remove token icon function.
|
||||
* @param {Event} event - Browser event
|
||||
*/
|
||||
onClick(event: Event, index: number): void;
|
||||
}): VNode[];
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue