survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
12 lines (11 loc) • 728 B
TypeScript
import { AfterViewInit, OnChanges, SimpleChanges } from "@angular/core";
import { EmbeddedViewContentComponent } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class QuestionElementContentComponent extends EmbeddedViewContentComponent implements AfterViewInit, OnChanges {
componentName: string;
componentData: any;
ngAfterViewInit(): void;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionElementContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionElementContentComponent, "svc-question-element-content", never, { "componentName": "componentName"; "componentData": "componentData"; }, {}, never, never>;
}