UNPKG

next-seo

Version:

SEO plugin for Next.js projects

9 lines (8 loc) 250 B
export declare function setPublisher(publisherName: string | undefined, publisherLogo?: string | undefined): { '@type': string; name: string; logo: { '@type': string; url: string; } | undefined; } | undefined;