UNPKG

@spoolcms/nextjs

Version:

The beautiful headless CMS for Next.js developers

13 lines (12 loc) 357 B
interface SpoolSEOProps { content: any; collection: string; path: string; siteUrl?: string; } /** * SEO component for Pages Router * @deprecated Use generateSpoolMetadata for App Router instead */ export declare function SpoolSEO({ content, collection, path, siteUrl }: SpoolSEOProps): import("react/jsx-runtime").JSX.Element; export {};