UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

8 lines (7 loc) 221 B
/// <reference types="react" /> export declare const HiddenField: () => JSX.Element; export declare const HiddenFieldPlugin: { name: string; Component: () => JSX.Element; parse: (value?: string) => string; };