Skip to content

Commit 30cf3eb

Browse files
isaaclymankarol-f
authored andcommitted
Use a default export instead of export =
1 parent 4d96cc5 commit 30cf3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ declare module 'vue/types/vue' {
2828
}
2929
}
3030

31-
export = VueCustomElement
31+
export default VueCustomElement

0 commit comments

Comments
 (0)