UNPKG

survey-creator-core

Version:

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

9 lines (8 loc) 352 B
import { SurveyCreatorModel } from "../../creator-base"; import { PreviewViewModel } from "./preview"; import "./test.scss"; export declare class TestSurveyTabViewModel extends PreviewViewModel { constructor(surveyProvider: SurveyCreatorModel, startThemeClasses: any); protected getTabName(): string; protected getShowResults(): boolean; }