From 926b2c951fdfe50eaa178b3bb75c726f4c905cfb Mon Sep 17 00:00:00 2001 From: Gene Sumchenko Date: Thu, 2 Jan 2020 20:39:45 +0200 Subject: [PATCH] Add 'additionalMetaSchemas' prop to react-jsonschema-form (#41257) --- types/react-jsonschema-form/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-jsonschema-form/index.d.ts b/types/react-jsonschema-form/index.d.ts index 2e68b6f30d..a935c210df 100644 --- a/types/react-jsonschema-form/index.d.ts +++ b/types/react-jsonschema-form/index.d.ts @@ -46,6 +46,7 @@ declare module 'react-jsonschema-form' { safeRenderCompletion?: boolean; transformErrors?: (errors: AjvError[]) => AjvError[]; idPrefix?: string; + additionalMetaSchemas?: ReadonlyArray; // HTML Attributes id?: string;