formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
14 lines • 967 B
text/typescript
export { BinderType, ControlTypes,SupportedLanguages,LabelPositions,TranslatedProperty,FormActions,ValidatorTypes } from './Enums';
export { DynamicControl } from './objects/DynamicControl.types';
export { CustomValidator } from './objects/CustomValidator.types';
export { DataBinder } from './objects/DataBinder.types';
export { CustomActions } from './objects/CustomActions.types';
export { ObjectFabric } from './objects/ObjectFabric';
export { JFormData } from './objects/JFormData';
export { IFormState, IFormProps, IFormContext, IFormValidationResult } from './form/Form.types';
export { GenericFormInput } from './formBaseInput/FormBaseInput';
export { Control } from './objects/Control';
export { GenericForm, IGenericForm, Form } from './form/Form';
export { Row } from './objects/Row';
export { Column } from './objects/Column';
export { IDataProviderService, IDataProviderCollection, typesForInject } from './formBaseInput/FormBaseInput.types'