UNPKG

next-seo

Version:

SEO plugin for Next.js projects

4 lines (3 loc) 151 B
/// <reference types="react" /> import { BuildTagsParams } from '../types'; export declare const WithHead: (props: BuildTagsParams) => JSX.Element;