UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

8 lines (7 loc) 269 B
/// <reference types="react" /> export declare const TinaAdmin: ({ preview, Playground, config, schemaJson, }: { schemaJson?: any; preview?: (props: object) => JSX.Element; Playground?: (props: object) => JSX.Element; config: object; }) => JSX.Element;