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) 236 B
import * as React from "react"; import { SurveyNavigationBase } from "./reactSurveyNavigationBase"; export declare class SurveyProgressToc extends SurveyNavigationBase { componentDidMount(): void; render(): React.JSX.Element; }