export interface IHelpText { isHidden: boolean; content: string; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface ElementAttributesProperty { } interface IntrinsicElements { "omfx-helptext": IHelpText; } } }