survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
9 lines (8 loc) • 486 B
TypeScript
import { QuestionAngular } from "survey-angular-ui";
import { QuestionLinkValueModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class LinkValueQuestionComponent extends QuestionAngular<QuestionLinkValueModel> {
get clearCaption(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<LinkValueQuestionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LinkValueQuestionComponent, "svc-link-value", never, {}, {}, never, never>;
}