UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 317 B
import { IWebComponentInstance } from "../../../"; import { VueComponentBase } from "../../VueComponentBase"; export declare class SubComponent1 extends VueComponentBase implements IWebComponentInstance { mounted(): void; textField1: string; textField2: string; render(): VueTsxSupport.JSX.Element; }