mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
parent
f93e2be93d
commit
cd7ef52319
32 changed files with 239 additions and 53 deletions
2
components/lib/inputnumber/InputNumber.d.ts
vendored
2
components/lib/inputnumber/InputNumber.d.ts
vendored
|
@ -73,10 +73,12 @@ export interface InputNumberProps {
|
|||
decrementButtonClass?: string | undefined;
|
||||
/**
|
||||
* Style class of the increment button.
|
||||
* @deprecated since v3.27.0. Use 'incrementbuttonicon' slot.
|
||||
*/
|
||||
incrementButtonIcon?: string | undefined;
|
||||
/**
|
||||
* Style class of the decrement button.
|
||||
* @deprecated since v3.27.0. Use 'decrementbuttonicon' slot.
|
||||
*/
|
||||
decrementButtonIcon?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue