Refactor #3832 Refactor #3833 - For Chips

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-04 15:39:59 +03:00
parent dbfbc31e8a
commit ad64a8aeab
3 changed files with 16 additions and 3 deletions

View file

@ -76,7 +76,6 @@ export interface ChipsProps {
inputProps?: InputHTMLAttributes | undefined;
/**
* Icon to display in chip remove action.
* @defaultValue pi pi-times-circle
*/
removeTokenIcon?: string | undefined;
/**
@ -110,6 +109,10 @@ export interface ChipsSlots {
*/
value: any;
}): VNode[];
/**
* Custom remove token icon template.
*/
removetokenicon(): VNode[];
}
/**
* Defines valid emits in Chips component.