@rjsf/bootstrap-4
Version:
Bootstrap 4 theme, fields and widgets for react-jsonschema-form
3 lines (2 loc) • 306 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema, TitleFieldProps } from '@rjsf/utils';
export default function TitleField<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({ id, title, uiSchema, }: TitleFieldProps<T, S, F>): import("react/jsx-runtime").JSX.Element;