UNPKG

atom-nextjs

Version:

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

7 lines (6 loc) 206 B
import React from 'react'; import { ClientPost } from '../lib/types'; export declare const AtomPostCard: ({ post, baseRoute, }: { post: ClientPost; baseRoute: string; }) => React.JSX.Element;