UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

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