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) 202 B
export declare const Expert: { readonly presetName: "expert"; readonly json: { readonly propertyGrid: { readonly definition: any; }; }; }; export default Expert;