UNPKG

@ai-growth/nextjs

Version:

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

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