mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For InputNumber
This commit is contained in:
parent
9b0c76ea1e
commit
3f7bf2ce14
3 changed files with 339 additions and 282 deletions
5
components/lib/inputnumber/InputNumber.d.ts
vendored
5
components/lib/inputnumber/InputNumber.d.ts
vendored
|
@ -267,6 +267,11 @@ export interface InputNumberProps {
|
|||
* @type {InputNumberPassThroughOptions}
|
||||
*/
|
||||
pt?: InputNumberPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue