UNPKG

atom-nextjs

Version:

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

7 lines (6 loc) 216 B
import React from 'react'; export declare const AtomPage: ({ projectKey, baseRoute, title, }: { projectKey: string; baseRoute: string; title?: boolean | undefined; }) => Promise<React.JSX.Element>;