UNPKG

@astarte-platform/react-bootstrap

Version:

React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap, this is a package from a fork of official project

7 lines 219 B
import { withTheme } from '@rjsf/core'; import { generateTheme } from '../Theme'; export function generateForm() { return withTheme(generateTheme()); } export default generateForm(); //# sourceMappingURL=Form.js.map