fix: add intrinsicattributes to shims

* remove declaration from shims-vue.d.ts
This commit is contained in:
Braks
2021-08-08 22:36:28 +02:00
parent 2653c70334
commit 545eb0ede7
11 changed files with 607 additions and 378 deletions
+4
View File
@@ -11,5 +11,9 @@ declare global {
interface IntrinsicElements {
[elem: string]: any;
}
interface IntrinsicAttributes {
[prop: string]: any;
}
}
}