UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

12 lines (11 loc) 296 B
/// <reference types="react" /> export declare const MarkdownFieldPlaceholder: { __type: string; name: string; Component: (props: any) => JSX.Element; }; export declare const HtmlFieldPlaceholder: { __type: string; name: string; Component: (props: any) => JSX.Element; };