survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
12 lines (11 loc) • 594 B
TypeScript
import { BaseAngular } from "survey-angular-ui";
import { ListModel } from "survey-core";
import { CreatorBase } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class ToolboxListComponent extends BaseAngular<ListModel> {
model: ListModel;
creator: CreatorBase;
getModel(): ListModel<import("survey-core").Action>;
static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxListComponent, "svc-toolbox-list ", never, { "model": "model"; "creator": "creator"; }, {}, never, never>;
}