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

7 lines 590 B
import { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** * Extends the @rjsf/core `ObjectField` and just adds a custom hook for Synapse annotation business logic */ export declare function SynapseAnnotationsRJSFObjectField<T extends Record<string, any> | null | undefined = Record<string, any>, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: FieldProps<T, S, F>): import("react/jsx-runtime").JSX.Element; export default SynapseAnnotationsRJSFObjectField; //# sourceMappingURL=SynapseAnnotationsRJSFObjectField.d.ts.map