UNPKG

@rjsf/core

Version:

A simple React component capable of building HTML forms out of a JSON schema.

6 lines (5 loc) 202 B
import Form from './components/Form.js'; import withTheme from './withTheme.js'; import getDefaultRegistry from './getDefaultRegistry.js'; export { withTheme, getDefaultRegistry }; export default Form;