Refactor #4274 - For Chip
parent
f6a69aa496
commit
b27321fdaa
|
@ -130,12 +130,14 @@ export interface ChipSlots {
|
||||||
removeicon(scope: {
|
removeicon(scope: {
|
||||||
/**
|
/**
|
||||||
* Remove icon click event
|
* Remove icon click event
|
||||||
|
* @param {Event} event - Browser event
|
||||||
*/
|
*/
|
||||||
onClick(): void;
|
onClick(event: Event): void;
|
||||||
/**
|
/**
|
||||||
* Remove icon keydown event
|
* Remove icon keydown event
|
||||||
|
* @param {Event} event - Browser event
|
||||||
*/
|
*/
|
||||||
onKeydown(): void;
|
onKeydown(event: Event): void;
|
||||||
}): VNode[];
|
}): VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue