UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

17 lines (16 loc) 353 B
export interface IDemoValidate { [name: string]: any; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface ElementAttributesProperty { } interface IntrinsicElements { "omfx-demo-validate": IDemoValidate; } } }