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) 267 B
import { BaseComponentConfig } from "@becklyn/ui-types"; import { ContentfulComponentConfig, UiComponentDataConfig } from "./types"; export declare const getComponentDataConfig: (data?: (UiComponentDataConfig | BaseComponentConfig)[]) => ContentfulComponentConfig[];