mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Chip item pt fixes
This commit is contained in:
parent
13107cc7c0
commit
66bd931082
17 changed files with 72 additions and 72 deletions
|
@ -155,12 +155,12 @@ export interface AutoCompletePassThroughOptions {
|
|||
/**
|
||||
* Used to pass attributes to the chip's DOM element.
|
||||
*/
|
||||
chip?: AutoCompletePassThroughOptionType;
|
||||
chipItem?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the Chip.
|
||||
* @see {@link ChipPassThroughOptions}
|
||||
*/
|
||||
pcChipLabel?: ChipPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>;
|
||||
pcChip?: ChipPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the chip icon's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue