UNPKG

survey-creator-core

Version:

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

8 lines (7 loc) 281 B
import { CreatorPresetBase } from "./presets-base"; import { SurveyCreatorModel } from "../creator-base"; export declare class CreatorPresetTabs extends CreatorPresetBase { getPath(): string; protected applyCore(creator: SurveyCreatorModel): void; private applyTabs; }