survey-creator-core
Version:
A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.
9 lines (8 loc) • 352 B
TypeScript
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;
}