survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
10 lines (9 loc) • 465 B
TypeScript
import { SurveyError } from "survey-core";
import * as i0 from "@angular/core";
export declare class QuestionPgErrorComponent {
error: SurveyError;
cssClasses?: any;
element: any;
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionPgErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionPgErrorComponent, "svc-question-error", never, { "error": "error"; "cssClasses": "cssClasses"; "element": "element"; }, {}, never, never>;
}