UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

13 lines (12 loc) 430 B
/// <reference types="react" /> import type { TinaCMS } from '@tinacms/toolkit'; declare const CollectionCreatePage: () => JSX.Element; export declare const RenderForm: ({ cms, collection, folder, templateName, mutationInfo, customDefaults, }: { cms: TinaCMS; collection: any; folder: any; templateName: any; mutationInfo: any; customDefaults?: any; }) => JSX.Element; export default CollectionCreatePage;