UNPKG

next-seo

Version:

SEO plugin for Next.js projects

13 lines (12 loc) 289 B
import { Clip } from 'src/types'; export declare function setClip(clips?: Clip | Clip[]): { '@type': string; name: string; startOffset: number; url: string; } | { '@type': string; name: string; startOffset: number; url: string; }[] | undefined;