form-studio
Version:
A tool that helps design, create and manage form / survey / questionnaire through simple JSON configurations.
6 lines (5 loc) • 507 B
TypeScript
export { Form, FormOptions, UpdateAnswerOptions } from './Form';
export { GroupConfigs, QuestionConfigs, ChoiceConfigs, Configs } from './Configs';
export { Group, Question, Choice, ExportedConfigs } from './ExportedConfigs';
export { GroupRenderInstructions, QuestionRenderInstructions, ChoiceRenderInstructions, RenderInstructions } from './RenderInstructions';
export { QuestionType, ChoiceOnSelected, Validator, Validators, Answers, Errors, FormUpdateListener, ConfigsValidationResult } from './Types';