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

9 lines 605 B
import { ArrayFieldTemplateProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; import { CustomFormContext } from '../CustomFormContext'; /** The `ArrayFieldTemplate` component is the template used to render all items in an array. * * @param props - The `ArrayFieldTemplateItemType` props for the component */ declare function ArrayFieldTemplate<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends CustomFormContext = any>(props: ArrayFieldTemplateProps<T, S, F>): import("react/jsx-runtime").JSX.Element; export default ArrayFieldTemplate; //# sourceMappingURL=ArrayFieldTemplate.d.ts.map