UNPKG

next-seo

Version:

SEO plugin for Next.js projects

7 lines (6 loc) 165 B
import { Geo } from 'src/types'; export declare function setGeo(geo?: Geo): { '@type': string; latitude: string; longitude: string; } | undefined;