Merge pull request #26379 from valjusha/master

Update @types/react-jsonschema-form, Added props: idPrefix
This commit is contained in:
Nathan Shively-Sanders
2018-06-20 10:41:52 -07:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ declare module "react-jsonschema-form" {
>;
safeRenderCompletion?: boolean;
transformErrors?: (errors: AjvError[]) => AjvError[];
idPrefix?: string;
// HTML Attributes
id?: string;