UNPKG

@ai-growth/nextjs

Version:

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

8 lines 302 B
import React from 'react'; import type { ContentHeaderProps } from '../types'; /** * ContentHeader component for displaying content title, type, and metadata */ export declare const ContentHeader: React.FC<ContentHeaderProps>; export default ContentHeader; //# sourceMappingURL=ContentHeader.d.ts.map