types: fix dts

This commit is contained in:
Evan You
2019-11-22 18:09:26 -05:00
parent 5c691aebfd
commit 24b4120c21
9 changed files with 33 additions and 27 deletions

2
test-dts/index.d.ts vendored
View File

@@ -5,3 +5,5 @@
// that would suppress the errors that should be caught.
export * from '@vue/runtime-dom'
export function describe(_name: string, _fn: () => void): void