@lonli-lokli/dynamic-forms-mui
Version:
Material UI 5 theme, fields and widgets for react-jsonschema-form
5 lines (4 loc) • 367 B
TypeScript
import { FormContextType, RegistryWidgetsType, RJSFSchema, StrictRJSFSchema } from '@lonli-lokli/dynamic-forms-utils';
export declare function generateWidgets<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): RegistryWidgetsType<T, S, F>;
declare const _default: RegistryWidgetsType<any, RJSFSchema, any>;
export default _default;