We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8d5ac commit 9f71efcCopy full SHA for 9f71efc
1 file changed
test-d/vue.test-d.ts
@@ -1,4 +1,5 @@
1
import { expectType } from "tsd";
2
+// @ts-ignore
3
import { createMwApp, createApp } from "vue";
4
5
expectType<typeof createApp>(createMwApp);
0 commit comments