@rjsf/bootstrap-4
Version:
Bootstrap 4 theme, fields and widgets for react-jsonschema-form
3 lines (2 loc) • 459 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema, WrapIfAdditionalTemplateProps } from '@rjsf/utils';
export default function WrapIfAdditionalTemplate<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({ classNames, style, children, disabled, id, label, onDropPropertyClick, onKeyChange, readonly, required, schema, uiSchema, registry, }: WrapIfAdditionalTemplateProps<T, S, F>): import("react/jsx-runtime").JSX.Element;