UNPKG

survey-creator-react

Version:

A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.

9 lines (8 loc) 390 B
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; }