synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 590 B
TypeScript
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