UNPKG

atom-nextjs

Version:

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

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