fix: shims-tsx.d.ts having duplicate string identifier? whatever that error meant...

This commit is contained in:
Braks
2021-08-08 22:59:40 +02:00
parent 47df2c75a4
commit 3cd0693b93
-4
View File
@@ -8,10 +8,6 @@ declare global {
// @ts-ignore
interface ElementClass extends Vue {}
interface IntrinsicElements {
[elem: string]: any;
}
interface IntrinsicAttributes {
[prop: string]: any;
}