UNPKG

next-seo

Version:

SEO plugin for Next.js projects

7 lines (6 loc) 195 B
import type { Producer } from 'src/types'; export declare function setProducer(producer?: Producer): { '@type': string; sameAs: string | undefined; name: string; } | undefined;