Add FieldTemplate defintion to FormProps

This commit is contained in:
jan paul
2017-08-25 15:03:42 +02:00
committed by GitHub
parent 93d659fc39
commit 5e3b672930

View File

@@ -22,6 +22,7 @@ declare module "react-jsonschema-form" {
onSubmit?: (e: any) => any;
liveValidate?: boolean;
safeRenderCompletion?: boolean;
FieldTemplate?: any;
}
export interface IChangeEvent {