UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 429 B
import "vue-tsx-support/enable-check"; import "./UxStyleSheet"; import "./shim-tsx.d"; export * from "./Exposes"; export { defineVueWebComponent } from "./InternalDefineWebComponent"; import * as Exposes from "./Exposes"; declare module "@omnia/fx-models/ux/UxApi" { interface IOmniaUxApi { apis: Promise<typeof Exposes>; } } export declare function setCurrentManifest(omniaServiceId: any, manifestId: any): any;