All components now use typescript
This commit is contained in:
4
js/src/shims-tsx.d.ts
vendored
4
js/src/shims-tsx.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import Vue, { VNode } from 'vue'
|
||||
import Vue, { VNode } from 'vue';
|
||||
|
||||
declare global {
|
||||
namespace JSX {
|
||||
@@ -7,7 +7,7 @@ declare global {
|
||||
// tslint:disable no-empty-interface
|
||||
interface ElementClass extends Vue {}
|
||||
interface IntrinsicElements {
|
||||
[elem: string]: any
|
||||
[elem: string]: any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user