UNPKG

atom-nextjs

Version:

Build a blog in NextJS using components, TailwindCSS, and Atom CMS.

3 lines (2 loc) 133 B
import { Metadata } from 'next'; export declare const generatePostMetadata: (apiKey: string, postId: string) => Promise<Metadata>;