UNPKG

rjsf-antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

9 lines 398 B
import Form from './Form/Form'; export { default as Fields } from './Fields'; export { default as FieldTemplate } from './FieldTemplate'; export { default as Form } from './Form'; export { default as ObjectFieldTemplate } from './ObjectFieldTemplate'; export { default as Theme } from './Theme'; export { default as Widgets } from './Widgets'; export default Form; //# sourceMappingURL=index.js.map