UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

16 lines (15 loc) 559 B
import { IWebComponentInstance } from "@omnia/fx"; import { BlockRenderingModes } from "../../models"; import { IRollupEmpty } from "./IRollupEmpty"; import { VueComponentBase } from ".."; export declare class RollupEmpty extends VueComponentBase<IRollupEmpty> implements IWebComponentInstance, IRollupEmpty { text?: string; renderingMode?: BlockRenderingModes; private omniaLoc; private blockPlaceholder?; created(): void; beforeDestroy(): void; mounted(): void; init(): void; render(h: any): VueTsxSupport.JSX.Element; }