UNPKG

next-seo

Version:

SEO plugin for Next.js projects

7 lines (6 loc) 170 B
import { Action } from 'src/types'; export declare function setAction(action?: Action): { '@type': string; name: string; target: string; } | undefined;