UNPKG

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.

7 lines (6 loc) 263 B
import { CreatorPresetBase } from "./presets-base"; import { SurveyCreatorModel } from "../creator-base"; export declare class CreatorPresetLanguages extends CreatorPresetBase { getPath(): string; protected applyCore(creator: SurveyCreatorModel): void; }