UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

18 lines (17 loc) 449 B
import { AppInstance } from "../../../models"; export interface IAppInstanceDeleteBlade { appInstance: AppInstance; handleClose: () => void; handleDeleteCompleted: () => void; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-app-instance-delete-blade": IAppInstanceDeleteBlade; } } }