UNPKG

survey-creator-react

Version:

A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.

15 lines (14 loc) 550 B
import { SurveyModel } from "survey-core"; import { SurveyElementBase } from "survey-react-ui"; export declare class SurveyNavigation extends SurveyElementBase<any, any> { componentDidMount(): void; componentDidUpdate(prevProps: any, prevState: any): void; private setHandler; private onPropChangedHandler; componentWillUnmount(): void; protected get survey(): SurveyModel; protected get location(): string; protected get isTop(): boolean; protected canRender(): boolean; renderElement(): React.JSX.Element; }