fix: add intrinsicattributes to shims
* remove declaration from shims-vue.d.ts
This commit is contained in:
Vendored
+4
@@ -11,5 +11,9 @@ declare global {
|
||||
interface IntrinsicElements {
|
||||
[elem: string]: any;
|
||||
}
|
||||
|
||||
interface IntrinsicAttributes {
|
||||
[prop: string]: any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user