UNPKG

atom-nextjs

Version:

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

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