fix: #5433 InputNumberBlurEvent not type formattedValue

pull/5617/head
xujiangyang 2024-04-19 17:54:28 +08:00
parent f3c71bcfc1
commit eb1228749a
1 changed files with 0 additions and 4 deletions

View File

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