UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

11 lines (10 loc) 451 B
/// <reference types="react" /> import { ObjectFieldTemplateProps } from '@sage-bionetworks/rjsf-core'; /** * Basically identical to the default object field template, with a custom button. * * See {@link node_modules/@rjsf/core/src/components/fields/ObjectField.js#DefaultObjectFieldTemplate} * @param props * @returns */ export declare function CustomObjectFieldTemplate(props: ObjectFieldTemplateProps<Record<string, unknown>>): JSX.Element;