types(Field): use tsx (#8151)

This commit is contained in:
neverland
2021-02-14 11:31:43 +08:00
committed by GitHub
parent fa8b494f0e
commit 393b2a256f
5 changed files with 136 additions and 84 deletions

View File

@@ -21,5 +21,6 @@ declare module 'vue' {
onToggle?: EventHandler;
onConfirm?: EventHandler;
onClickStep?: EventHandler;
onTouchstart?: EventHandler;
}
}