Chip item pt fixes

This commit is contained in:
tugcekucukoglu 2024-05-15 10:35:36 +03:00
parent 13107cc7c0
commit 66bd931082
17 changed files with 72 additions and 72 deletions

View file

@ -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.
*/