survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
12 lines (11 loc) • 590 B
TypeScript
import { Question } from "survey-core";
import { BaseAngular } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class CellQuestionComponent<T extends Question> extends BaseAngular<T> {
componentName: string;
componentData: any;
protected getModel(): T;
get model(): T;
static ɵfac: i0.ɵɵFactoryDeclaration<CellQuestionComponent<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CellQuestionComponent<any>, "svc-cell-question", never, { "componentName": "componentName"; "componentData": "componentData"; }, {}, never, never>;
}