@aokiapp/rjsf-mantine-corporate
Version:
Corporational variant of theme, based on @aokiapp/rjsf-mantine-theme
1 lines • 691 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/widgets/index.ts"],"sourcesContent":["import { FormContextType, RegistryWidgetsType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';\n\nimport FileWidget from './FileWidget';\nimport PillInputWidget from './PillInputWidget';\n\nexport function generateWidgets<\n T = any,\n S extends StrictRJSFSchema = RJSFSchema,\n F extends FormContextType = any,\n>(): RegistryWidgetsType<T, S, F> {\n return {\n FileWidget,\n PillInputWidget,\n };\n}\n\nexport default generateWidgets();\n"],"names":[],"mappings":";;;AAGO,SAAS,eAAe,GAAG;AAClC,EAAE,OAAO;AACT,IAAI,UAAU;AACd,IAAI,eAAe;AACnB,GAAG,CAAC;AACJ,CAAC;AACD,YAAe,eAAe,EAAE;;;;"}