UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

8 lines (7 loc) 181 B
import { Plugin } from '../core'; export declare class FormMetaPlugin implements Plugin { __type: string; name: string; Component: any; constructor(options: any); }