add ObjectFieldTemplate to react-jsonschema-form FormProps

This commit is contained in:
mabedan 2017-11-14 10:47:34 +01:00 committed by GitHub
parent 8ca6a6e423
commit aafa0588dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ declare module "react-jsonschema-form" {
onError?: (e: any) => any;
onSubmit?: (e: any) => any;
liveValidate?: boolean;
ObjectFieldTemplate?:any;
safeRenderCompletion?: boolean;
FieldTemplate?: any;
transformErrors?: (errors: any) => any;