UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

3 lines (2 loc) 169 B
import { GitFile } from './git-file'; export declare function useGitFile(relativePath: string, format: (file: any) => string, parse: (content: string) => any): GitFile;