survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
12 lines (11 loc) • 642 B
TypeScript
import { BaseAngular } from "survey-angular-ui";
import { TabDesignerViewModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class DesignerTabComponent extends BaseAngular<TabDesignerViewModel> {
model: TabDesignerViewModel;
get survey(): import("survey-core").Model;
get creator(): import("survey-creator-core").SurveyCreatorModel;
protected getModel(): TabDesignerViewModel;
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerTabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DesignerTabComponent, "svc-tab-designer", never, { "model": "model"; }, {}, never, never>;
}