UNPKG

@data-driven-forms/react-form-renderer

Version:

React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.

6 lines (5 loc) 421 B
import Schema from '../common-types/schema'; import ComponentMapper from '../common-types/component-mapper'; import SchemaValidatorMapper from '../common-types/schema-validator-mapper'; declare const defaultSchemaValidator: (schema: Schema, componentMapper: ComponentMapper, validatorTypes?: string[], actionTypes?: string[], schemaValidatorMapper?: SchemaValidatorMapper) => void; export default defaultSchemaValidator;