UNPKG

@ai-growth/nextjs

Version:

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

8 lines 269 B
import React from 'react'; import type { AuthorInfoProps } from '../types'; /** * AuthorInfo component for displaying author information */ export declare const AuthorInfo: React.FC<AuthorInfoProps>; export default AuthorInfo; //# sourceMappingURL=AuthorInfo.d.ts.map