fix: #5433 InputNumberBlurEvent not type formattedValue

This commit is contained in:
xujiangyang 2024-04-19 17:54:28 +08:00
parent f3c71bcfc1
commit eb1228749a

View file

@ -90,10 +90,6 @@ export interface InputNumberBlurEvent {
* Input value
*/
value: string;
/**
* currentValue
*/
formattedValue: string;
}
/**