types: fix to prop typing (#8134)

This commit is contained in:
neverland
2021-02-11 12:34:25 +08:00
committed by GitHub
parent 1019463e89
commit 7a5fb894d2
3 changed files with 5 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ declare module 'vue' {
onClosed?: EventHandler;
onChange?: EventHandler;
onToggle?: EventHandler;
onClickStep?: EventHandler;
}
}