UNPKG

survey-creator-react

Version:

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

7 lines (6 loc) 242 B
import * as React from "react"; import { SurveyQuestionDropdown } from "survey-react-ui"; export declare class SurveyLogicOpertor extends SurveyQuestionDropdown { constructor(props: any); protected renderInput(): React.JSX.Element; }