@aokiapp/rjsf-mantine-theme
Version:
Mantine theme, fields and widgets for react-jsonschema-form
1 lines • 584 B
Source Map (JSON)
{"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;;;;"}