From eb1228749aaab929a39a50d1feca49f4312ef811 Mon Sep 17 00:00:00 2001 From: xujiangyang Date: Fri, 19 Apr 2024 17:54:28 +0800 Subject: [PATCH] fix: #5433 InputNumberBlurEvent not type formattedValue --- components/lib/inputnumber/InputNumber.d.ts | 4 ---- 1 file changed, 4 deletions(-) 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; } /**