@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
5 lines • 481 B
TypeScript
import { Registry } from '@rjsf/utils';
/** Use for react testing library tests where we directly test the component rather than testing inside a Form
*/
export default function getTestRegistry(rootSchema: Registry['rootSchema'], fields?: Registry['fields'], templates?: Partial<Registry['templates']>, widgets?: Registry['widgets'], formContext?: Registry['formContext'], globalFormOptions?: Registry['globalFormOptions']): Registry;
//# sourceMappingURL=getTestRegistry.d.ts.map