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) • 330 B
TypeScript
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;
createChevronButton(): React.JSX.Element | null;
}