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

8 lines (7 loc) 334 B
/// <reference types="react" /> import { ArrayFieldTemplateProps } from '@sage-bionetworks/rjsf-core'; /** * Custom field template for array properties in a react-jsonschema-form component. * Used just to apply custom styling. */ export declare function CustomArrayFieldTemplate<T>(props: ArrayFieldTemplateProps<T>): JSX.Element;