diff --git a/src/components/inputnumber/InputNumber.d.ts b/src/components/inputnumber/InputNumber.d.ts index efad211c0..ef06f4c3a 100755 --- a/src/components/inputnumber/InputNumber.d.ts +++ b/src/components/inputnumber/InputNumber.d.ts @@ -144,7 +144,7 @@ export interface InputNumberProps { /** * Placeholder text for the input. */ - placeholder?: boolean | undefined; + placeholder?: string | undefined; /** * Identifier of the focus input to match a label defined for the chips. */