UNPKG

survey-creator-react

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

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; }