UNPKG

next-seo

Version:

SEO plugin for Next.js projects

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