mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Add 'additionalMetaSchemas' prop to react-jsonschema-form (#41257)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
68e233902f
commit
926b2c951f
1
types/react-jsonschema-form/index.d.ts
vendored
1
types/react-jsonschema-form/index.d.ts
vendored
@@ -46,6 +46,7 @@ declare module 'react-jsonschema-form' {
|
||||
safeRenderCompletion?: boolean;
|
||||
transformErrors?: (errors: AjvError[]) => AjvError[];
|
||||
idPrefix?: string;
|
||||
additionalMetaSchemas?: ReadonlyArray<object>;
|
||||
|
||||
// HTML Attributes
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user