@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
16 lines (15 loc) • 502 B
TypeScript
import { TsxAllowUnknowProperties } from "../../..";
import { IAppProvisioningStepComponent } from "../../../../models";
export interface IAppInstanceSummaryStep extends IAppProvisioningStepComponent {
}
declare global {
namespace VueTsxSupport.JSX {
interface Element {
}
interface ElementClass {
}
interface IntrinsicElements {
"omfx-app-instance-provisioning-summary-step": TsxAllowUnknowProperties<IAppInstanceSummaryStep>;
}
}
}