UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

7 lines (6 loc) 224 B
import Vue from "vue"; import { IWebComponentInstance } from "../.."; export declare class FeaturesJourneyTenant extends Vue implements IWebComponentInstance { mounted(): void; render(): VueTsxSupport.JSX.Element; }