UNPKG

survey-creator-knockout

Version:

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

8 lines (7 loc) 220 B
import { SurveyCreator } from "./creator"; export declare class CreatorViewModel { creator: SurveyCreator; private rootNode; constructor(creator: SurveyCreator, rootNode: HTMLElement); dispose(): void; }