UNPKG

survey-creator-angular

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

12 lines (11 loc) 657 B
import { PagesController, TabDesignerViewModel } from "survey-creator-core"; import { BaseAngular } from "survey-angular-ui"; import * as i0 from "@angular/core"; export declare class DesignerPagesComponent extends BaseAngular<PagesController> { model: TabDesignerViewModel; protected getModel(): PagesController; get creator(): import("survey-creator-core").SurveyCreatorModel; get survey(): import("survey-core").Model; static ɵfac: i0.ɵɵFactoryDeclaration<DesignerPagesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DesignerPagesComponent, "svc-designer-pages", never, { "model": "model"; }, {}, never, never>; }