fix: add intrinsicattributes to shims
* remove declaration from shims-vue.d.ts
This commit is contained in:
Vendored
-6
@@ -4,9 +4,3 @@ declare module '*.vue' {
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare namespace JSX {
|
||||
export interface IntrinsicElements {
|
||||
[key: string]: any;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user