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.

9 lines (8 loc) 196 B
interface IComponentContainerElement { componentName: string; componentData: any; } export declare class ComponentContainerModel { elements: IComponentContainerElement[]; } export {};