UNPKG

@prezly/theme-kit-nextjs

Version:

Data layer and utility library for developing Prezly themes with NextJS

3 lines (2 loc) 117 B
import type { Metadata } from 'next'; export declare function mergePageMetadata(...metadatas: Metadata[]): Metadata;