UNPKG

survey-creator-react

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

10 lines (9 loc) 519 B
import * as React from "react"; import { QuestionCommentWithResetModel, QuestionTextWithResetModel } from "survey-creator-core"; import { SurveyQuestionElementBase } from "survey-react-ui"; export declare class SurveyQuestionTextWithReset extends SurveyQuestionElementBase { protected get question(): QuestionTextWithResetModel | QuestionCommentWithResetModel; protected renderElement(): React.JSX.Element; protected renderInput(): React.JSX.Element; protected renderResetButton(): React.JSX.Element; }