synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
11 lines (10 loc) • 451 B
TypeScript
/// <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;