UNPKG

next-seo

Version:

SEO plugin for Next.js projects

8 lines (7 loc) 216 B
import { ItemListElements } from 'src/types'; export declare function setItemListElements(items: ItemListElements[]): { '@type': string; position: number; item: string; name: string; }[] | undefined;