Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m2a2x committed Sep 5, 2022
1 parent 90e5fb4 commit 85a6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VNode } from '@revolist/revogrid/dist/types/stencil-public-runtime';
import { ComponentPublicInstance, createVNode, DefineComponent, render, getCurrentInstance } from "vue";


interface VueElement extends HTMLElement {
export interface VueElement extends HTMLElement {
_vnode?: ComponentPublicInstance<any>;
}
export const vueTemplateConstructor =
Expand Down

0 comments on commit 85a6234

Please sign in to comment.