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.

10 lines (9 loc) 331 B
import * as React from "react"; import { SurveyActionBarItem } from "./action-bar-item"; export declare class SurveyActionBarItemDropdown extends SurveyActionBarItem { private viewModel; constructor(props: any); renderInnerButton(): React.JSX.Element; componentDidMount(): void; componentWillUnmount(): void; }