UNPKG

survey-creator-knockout

Version:

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

7 lines (6 loc) 331 B
import { PageNavigatorViewModel, PagesController } from "survey-creator-core"; import { IAction, Action } from "survey-core"; export declare class PageNavigatorView extends PageNavigatorViewModel { constructor(pagesController: PagesController, pageEditMode: string); protected createActionBarCore(item: IAction): Action; }