UNPKG

@chris-bellman/rjsf-mantine-5-theme

Version:

Mantine 5 theme, fields and widgets for react-jsonschema-form. Based on @aokiapp/rjsf-mantine-theme

1 lines 584 B
{"version":3,"file":"index.cjs","sources":["../../src/fields/index.ts"],"sourcesContent":["import { FormContextType, RegistryFieldsType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';\n\nimport NullField from './NullField';\n\nexport function generateFields<\n T = any,\n S extends StrictRJSFSchema = RJSFSchema,\n F extends FormContextType = any,\n>(): RegistryFieldsType<T, S, F> {\n return {\n NullField,\n };\n}\n\nexport default generateFields();\n"],"names":["NullField"],"mappings":";;;;AAEO,SAAS,cAAc,GAAG;AACjC,EAAE,OAAO;AACT,eAAIA,iBAAS;AACb,GAAG,CAAC;AACJ;;;;"}