@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
10 lines (9 loc) • 487 B
JavaScript
import Form from './components/Form.js';
import RichDescription from './components/RichDescription.js';
import RichHelp from './components/RichHelp.js';
import SchemaExamples from './components/SchemaExamples.js';
import withTheme from './withTheme.js';
import getDefaultRegistry from './getDefaultRegistry.js';
import getTestRegistry from './getTestRegistry.js';
export { withTheme, getDefaultRegistry, getTestRegistry, RichDescription, RichHelp, SchemaExamples };
export default Form;