fix: #5433 InputNumberBlurEvent not type formattedValue
parent
f3c71bcfc1
commit
eb1228749a
|
@ -90,10 +90,6 @@ export interface InputNumberBlurEvent {
|
|||
* Input value
|
||||
*/
|
||||
value: string;
|
||||
/**
|
||||
* currentValue
|
||||
*/
|
||||
formattedValue: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue