UNPKG

atom-nextjs

Version:

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

3 lines (2 loc) 146 B
import { ApiResponse, Post } from '../types'; export declare const getPost: (projectKey: string, postId: string) => Promise<ApiResponse<Post>>;