types(AddressList): use tsx (#8143)

This commit is contained in:
neverland
2021-02-12 18:58:14 +08:00
committed by GitHub
parent e943b081f8
commit eaf01090cc
6 changed files with 63 additions and 36 deletions
+2
View File
@@ -10,12 +10,14 @@ declare module 'vue' {
// see: https://github.com/vuejs/vue-next/issues/1553
// https://github.com/vuejs/vue-next/issues/3029
onBlur?: EventHandler;
onEdit?: EventHandler;
onFocus?: EventHandler;
onInput?: EventHandler;
onClick?: EventHandler;
onCancel?: EventHandler;
onClosed?: EventHandler;
onChange?: EventHandler;
onSelect?: EventHandler;
onToggle?: EventHandler;
onConfirm?: EventHandler;
onClickStep?: EventHandler;