UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 548 B
import { IWebComponentInstance } from "../../../"; import { VueComponentBase } from "../../VueComponentBase"; import { IAppPropertyNamingPolicyInput } from "./IAppPropertyNamingPolicyInput"; export declare class AppPropertyNamingPolicyInput extends VueComponentBase implements IAppPropertyNamingPolicyInput, IWebComponentInstance { title: string; onTitleChanged: (title: string) => void; disabled: boolean; private appNamingPolicyValidationState; created(): void; mounted(): void; render(): VueTsxSupport.JSX.Element; }