fix: shims-tsx.d.ts having duplicate string identifier? whatever that error meant...
This commit is contained in:
Vendored
-4
@@ -8,10 +8,6 @@ declare global {
|
||||
// @ts-ignore
|
||||
interface ElementClass extends Vue {}
|
||||
|
||||
interface IntrinsicElements {
|
||||
[elem: string]: any;
|
||||
}
|
||||
|
||||
interface IntrinsicAttributes {
|
||||
[prop: string]: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user