UNPKG

@aokiapp/rjsf-mantine-theme

Version:

Mantine theme, fields and widgets for react-jsonschema-form

1 lines 569 B
{"version":3,"file":"index.mjs","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":[],"mappings":";;AAEO,SAAS,cAAc,GAAG;AACjC,EAAE,OAAO;AACT,IAAI,SAAS;AACb,GAAG,CAAC;AACJ;;;;"}