@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
17 lines (16 loc) • 402 B
TypeScript
import { TsxAllowUnknowProperties } from "../";
export interface IErrorMessage {
}
declare global {
namespace VueTsxSupport.JSX {
interface Element {
}
interface ElementClass {
}
interface ElementAttributesProperty {
}
interface IntrinsicElements {
"omfx-error-message": TsxAllowUnknowProperties<IErrorMessage>;
}
}
}