diff --git a/src/shims-tsx.d.ts b/src/shims-tsx.d.ts index 81624b2c..bdee7b0a 100644 --- a/src/shims-tsx.d.ts +++ b/src/shims-tsx.d.ts @@ -8,10 +8,6 @@ declare global { // @ts-ignore interface ElementClass extends Vue {} - interface IntrinsicElements { - [elem: string]: any; - } - interface IntrinsicAttributes { [prop: string]: any; }