UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

23 lines (22 loc) 712 B
import { VersionedLayout, JourneyInstance } from "@omnia/fx-models"; import { VueComponentBase } from "@omnia/fx/ux"; export interface LayoutAliasBladeProps { layout: VersionedLayout; journey: () => JourneyInstance; } export declare class LayoutAliasBlade extends VueComponentBase<LayoutAliasBladeProps, {}, {}> { layout: VersionedLayout; journey: () => JourneyInstance; private loc; private versionedLayoutStore; private multilingualStore; private isSaving; private unexptedErrorMessage; private formValidator; private internalLayout; created(): void; onLayoutChanged(): void; private setData; private save; render(): VueTsxSupport.JSX.Element; }