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.

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