UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

13 lines 906 B
import { FormContextType, ObjectFieldTemplateProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** * Derived from the base ObjectFieldTemplate with annotations-editor-specific changes * - Custom button for adding additional properties * - Tracks properties to show a toast message if a property is converted to an additionalProperty because it was * dropped from the schema (e.g. in a conditional schema) * * See https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/mui/src/ObjectFieldTemplate/ObjectFieldTemplate.tsx * @param props * @returns */ export declare function ObjectFieldTemplate<T extends Record<string, any> | null | undefined = Record<string, any>, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: ObjectFieldTemplateProps<T, S, F>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ObjectFieldTemplate.d.ts.map