UNPKG

next-seo

Version:

SEO plugin for Next.js projects

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