UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

11 lines (10 loc) 291 B
import React from 'react'; import { type Field } from '../../../../forms'; export declare const NestedForm: (props: { onClose: () => void; id: string; label: string; fields: Field[]; initialValues: object; onChange: (values: object) => void; }) => React.JSX.Element;