UNPKG

@rjsf/semantic-ui

Version:

Semantic UI theme, fields and widgets for react-jsonschema-form

10 lines 534 B
/** * @deprecated - This theme will be deleted in a future release of RJSF once we upgrade to React 19 */ import SemanticUIForm from './SemanticUIForm/SemanticUIForm.js'; export { default as Templates, generateTemplates } from './Templates/index.js'; export { default as Form, generateForm } from './SemanticUIForm/index.js'; export { default as Theme, generateTheme } from './Theme/index.js'; export { default as Widgets, generateWidgets } from './Widgets/index.js'; export default SemanticUIForm; //# sourceMappingURL=index.js.map