types(Search): use tsx (#8161)

This commit is contained in:
neverland
2021-02-15 21:55:53 +08:00
committed by GitHub
parent a8060bb599
commit 6c36fadf59
2 changed files with 17 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ declare module 'vue' {
onSelect?: EventHandler;
onToggle?: EventHandler;
onConfirm?: EventHandler;
onKeypress?: EventHandler;
onClickStep?: EventHandler;
onTouchstart?: EventHandler;
}