UNPKG

@becklyn/contentful-adapter

Version:

[![CI](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)

13 lines (12 loc) 332 B
import { ContentfulMigrationGenerator } from "../types"; export declare const VERSION_BLOCK_TEXT_IMAGE: { en: { imageLeft: string; imageRight: string; }; de: { imageLeft: string; imageRight: string; }; }; export declare const getBlockTextImageMigration: ContentfulMigrationGenerator;