UNPKG

survey-creator-react

Version:

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

12 lines (11 loc) 496 B
import * as React from "react"; import { QuestionSpinEditorModel } from "survey-creator-core"; import { SurveyQuestionText } from "survey-react-ui"; export declare class SurveyQuestionSpinEditor extends SurveyQuestionText { constructor(props: any); protected get question(): QuestionSpinEditorModel; protected renderInput(): React.JSX.Element; protected renderElement(): React.JSX.Element; protected getValueCore(): string; protected renderButtons(): React.JSX.Element; }