@snups/rjsf-mantine
Version:
Mantine theme, fields and widgets for react-jsonschema-form
7 lines (6 loc) • 423 B
TypeScript
import { ComponentType } from 'react';
import { FormProps } from '@snups/rjsf-core';
import { FormContextType, RJSFSchema, StrictRJSFSchema } from '@snups/rjsf-utils';
export declare function generateForm<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): ComponentType<FormProps<T, S, F>>;
declare const _default: ComponentType<FormProps<any, RJSFSchema, any>>;
export default _default;