UNPKG

@ai-growth/nextjs

Version:

Seamlessly integrate Sanity CMS with Next.js applications for automated blog routing and rendering

8 lines 287 B
import React from 'react'; import { type TemplateProps } from '../components/CmsProvider'; /** * Post Template - optimized for blog posts and articles */ export declare const PostTemplate: React.FC<TemplateProps>; export default PostTemplate; //# sourceMappingURL=PostTemplate.d.ts.map