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)

4 lines (3 loc) 203 B
import { BaseComponentConfig } from "@becklyn/ui-types"; export declare const getPageConfig: (contentComponentKeys: string[]) => BaseComponentConfig; export declare const SeoConfig: BaseComponentConfig;