Skip to content

Commit c0d4477

Browse files
committed
redeclar sfcs
1 parent ca4154d commit c0d4477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/typescript/sfc.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module '*.vue' {
2+
import { DefineComponent } from 'vue';
3+
const component: DefineComponent<{}, {}, any>;
4+
export default component;
5+
}

0 commit comments

Comments
 (0)