@teknim/rjsf-mantine
Version:
Mantine theme, fields and widgets for react-jsonschema-form
3 lines (2 loc) • 299 B
TypeScript
import { FieldHelpProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
export default function FieldHelpTemplate<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: FieldHelpProps<T, S, F>): import("react/jsx-runtime").JSX.Element | null;