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.

7 lines (6 loc) 277 B
import * as React from "react"; import { SurveyQuestionDropdown } from "./reactquestion_dropdown"; export declare class SurveyQuestionDropdownSelect extends SurveyQuestionDropdown { constructor(props: any); protected renderSelect(cssClasses: any): React.JSX.Element; }