UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

22 lines (21 loc) 724 B
import { IWebComponentInstance } from "../../../"; import { VueComponentBase } from "../../VueComponentBase"; import { IAppDescriptionInput } from "./IAppDescriptionInput"; export declare class AppDescriptionInput extends VueComponentBase implements IAppDescriptionInput, IWebComponentInstance { description: string; dark: boolean; onDescriptionChanged: (title: string) => void; private omniaUxLoc; private appPolicyValidationState; private fieldClasses; private hint; private countDown; private minLength; private error; private errorMessage; private isFocus; created(): void; mounted(): void; checkDescription(): void; render(): VueTsxSupport.JSX.Element; }