types(NumberKeyboard): use tsx (#8156)

This commit is contained in:
neverland
2021-02-14 17:25:24 +08:00
committed by GitHub
parent 4cb974ab02
commit d8e7489081
3 changed files with 37 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ declare module 'vue' {
onFocus?: EventHandler;
onInput?: EventHandler;
onClick?: EventHandler;
onPress?: EventHandler;
onCancel?: EventHandler;
onClosed?: EventHandler;
onChange?: EventHandler;