@rjsf/mui
Version:
Material UI 5 theme, fields and widgets for react-jsonschema-form
5 lines (4 loc) • 346 B
TypeScript
import { FormContextType, RegistryWidgetsType, RJSFSchema, StrictRJSFSchema } from '@rjsf/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;