UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

12 lines (11 loc) 420 B
import { IWebComponentInstance } from "@omnia/fx"; import { VueComponentBase } from "@omnia/fx/ux"; import { IHelpText } from "./IHelpText"; export declare class HelpTextComponent extends VueComponentBase<IHelpText> implements IWebComponentInstance, IHelpText { isHidden: boolean; content: string; private helpTextClasses; created(): void; mounted(): void; render(): VueTsxSupport.JSX.Element; }