UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

7 lines (6 loc) 310 B
import { GitFile } from './git-file'; /** * @deprecated as the API is clunky and hard to use. Mutations should now be * done via Graphql. This will be removed by July 2025. */ export declare function useGitFile(relativePath: string, format: (file: any) => string, parse: (content: string) => any): GitFile;