UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

14 lines (13 loc) 408 B
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; //} } }