UNPKG

@rjsf/core

Version:

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

7 lines 357 B
import Form, { FormProps, FormState, IChangeEvent } from './components/Form.js'; import withTheme, { ThemeProps } from './withTheme.js'; import getDefaultRegistry from './getDefaultRegistry.js'; export type { FormProps, FormState, IChangeEvent, ThemeProps }; export { withTheme, getDefaultRegistry }; export default Form; //# sourceMappingURL=index.d.ts.map