diff --git a/components/lib/inputnumber/InputNumber.d.ts b/components/lib/inputnumber/InputNumber.d.ts index 5f63b130c..4b2edde7f 100755 --- a/components/lib/inputnumber/InputNumber.d.ts +++ b/components/lib/inputnumber/InputNumber.d.ts @@ -90,10 +90,6 @@ export interface InputNumberBlurEvent { * Input value */ value: string; - /** - * currentValue - */ - formattedValue: string; } /**