UNPKG

atom-nextjs

Version:

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

8 lines (7 loc) 275 B
import React from 'react'; export declare const Atom: ({ projectKey, postId, remarkPlugins, rehypePlugins, }: { projectKey: string; postId: string; remarkPlugins?: any[] | undefined; rehypePlugins?: any[] | undefined; }) => Promise<React.JSX.Element>;