@ai-growth/nextjs
Version:
Seamlessly integrate Sanity CMS with Next.js applications for automated blog routing and rendering
8 lines • 294 B
TypeScript
import React from 'react';
import type { ContentBodyProps } from '../types';
/**
* ContentBody component for rendering content body with different strategies
*/
export declare const ContentBody: React.FC<ContentBodyProps>;
export default ContentBody;
//# sourceMappingURL=ContentBody.d.ts.map