@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
21 lines (20 loc) • 673 B
TypeScript
import { OmniaUxLocalization } from "../..";
import { AppInstance, AppTemplate } from "../../../models";
import { VueComponentBase } from "../../VueComponentBase";
export declare class InformationStepSummary extends VueComponentBase {
appInstance: AppInstance;
appTemplate: AppTemplate;
protected omniaUxLoc: OmniaUxLocalization;
private summaryInfoState;
private wizardSize;
private mediaPickerService;
private multilingualStore;
private renderer;
private styles;
created(): void;
mounted(): void;
private renderDefaultUI;
private renderElement;
private renderInformation;
render(): VueTsxSupport.JSX.Element;
}