mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed typo
This commit is contained in:
parent
5284b61a13
commit
70980de77a
107 changed files with 753 additions and 753 deletions
12
components/lib/inputchips/InputChips.d.ts
vendored
12
components/lib/inputchips/InputChips.d.ts
vendored
|
@ -87,15 +87,15 @@ export interface InputChipsRemoveEvent extends InputChipsAddEvent {}
|
|||
*/
|
||||
export interface InputChipsPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
*/
|
||||
root?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input's DOM element.
|
||||
* Used to pass attributes to the inputs DOM element.
|
||||
*/
|
||||
input?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the chip's DOM element.
|
||||
* Used to pass attributes to the chips DOM element.
|
||||
*/
|
||||
chipItem?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
|
@ -104,15 +104,15 @@ export interface InputChipsPassThroughOptions {
|
|||
*/
|
||||
pcChip?: ChipPassThroughOptions<InputChipsSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the chip icon's DOM element.
|
||||
* Used to pass attributes to the chip icons DOM element.
|
||||
*/
|
||||
chipIcon?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input item's DOM element.
|
||||
* Used to pass attributes to the input items DOM element.
|
||||
*/
|
||||
inputItem?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input item field's DOM element.
|
||||
* Used to pass attributes to the input item fields DOM element.
|
||||
*/
|
||||
inputItemField?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue