import { VNode } from "vue";

declare global {
    namespace VueTsxSupport.JSX {
        interface Element extends VNode { }
        //interface ElementClass extends ComponentRenderProxy { }
        //interface ElementAttributesProperty {
        //    $props: any; // specify the property name to use
        //}
        //interface IntrinsicElements {
        //    [elem: string]: any;
        //}
    }
}