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
|
// @ts-ignore
|
||||||
interface ElementClass extends Vue {}
|
interface ElementClass extends Vue {}
|
||||||
|
|
||||||
interface IntrinsicElements {
|
|
||||||
[elem: string]: any;
|
|
||||||
}
|
|
||||||
|
|
||||||
interface IntrinsicAttributes {
|
interface IntrinsicAttributes {
|
||||||
[prop: string]: any;
|
[prop: string]: any;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user