UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

4 lines (3 loc) 180 B
/// <reference types="react" /> import { TinaCMSConfig } from '../tina-cms'; export declare function withTina(Component: any, config?: TinaCMSConfig): (props: any) => JSX.Element;