Merge pull request #5617 from xxx123123/master

fix: #5433 add formattedValue type
pull/5630/head
Tuğçe Küçükoğlu 2024-04-19 14:33:53 +03:00 committed by GitHub
commit 1a2d33ad27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ export interface InputNumberInputEvent {
* New value * New value
*/ */
value: string | number | undefined; value: string | number | undefined;
/**
* currentValue
*/
formattedValue: string;
} }
/** /**