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

12 lines (10 loc) 411 B
/** */ import { Plugin } from '@tinacms/toolkit'; import type { CollectionResponse, DocumentSys } from '../types'; export declare class RouteMappingPlugin implements Plugin { __type: string; name: string; mapper: (collection: CollectionResponse, document: DocumentSys) => string | undefined; constructor(mapper: (collection: CollectionResponse, document: DocumentSys) => string | undefined); }