survey-creator-react
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
9 lines (8 loc) • 390 B
TypeScript
import * as React from "react";
import { SurveyQuestionElementBase } from "survey-react-ui";
import { QuestionLinkValueModel } from "survey-creator-core";
export declare class SurveyQuestionLinkValue extends SurveyQuestionElementBase {
protected get question(): QuestionLinkValueModel;
protected renderClear(): React.JSX.Element;
protected renderElement(): React.JSX.Element;
}