survey-react-ui
Version:
A free MIT-licensed React UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.
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;
}