mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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/inputnumber/InputNumber.d.ts
vendored
12
components/lib/inputnumber/InputNumber.d.ts
vendored
|
@ -97,7 +97,7 @@ export interface InputNumberBlurEvent {
|
|||
*/
|
||||
export interface InputNumberPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
*/
|
||||
root?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -106,23 +106,23 @@ export interface InputNumberPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcInput?: InputTextPassThroughOptions<InputNumberSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the button group's DOM element.
|
||||
* Used to pass attributes to the button groups DOM element.
|
||||
*/
|
||||
buttonGroup?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the increment button's DOM element.
|
||||
* Used to pass attributes to the increment buttons DOM element.
|
||||
*/
|
||||
incrementButton?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the increment icon's DOM element.
|
||||
* Used to pass attributes to the increment icons DOM element.
|
||||
*/
|
||||
incrementIcon?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the decrement button's DOM element.
|
||||
* Used to pass attributes to the decrement buttons DOM element.
|
||||
*/
|
||||
decrementButton?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the decrement icon's DOM element.
|
||||
* Used to pass attributes to the decrement icons DOM element.
|
||||
*/
|
||||
decrementIcon?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue