UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

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