mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
dbfbc31e8a
commit
ad64a8aeab
3 changed files with 16 additions and 3 deletions
5
components/lib/chips/Chips.d.ts
vendored
5
components/lib/chips/Chips.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue