UNPKG

survey-react-ui

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

8 lines (7 loc) 306 B
import * as React from "react"; import { Question } from "survey-core"; import { SurveyQuestionDropdownBase } from "./dropdown-base"; export declare class SurveyQuestionDropdown extends SurveyQuestionDropdownBase<Question> { constructor(props: any); protected renderElement(): React.JSX.Element; }