UNPKG

next-seo

Version:

SEO plugin for Next.js projects

5 lines (4 loc) 174 B
import React from 'react'; import { BuildTagsParams } from '../types'; declare const buildTags: (config: BuildTagsParams) => React.ReactNode[]; export default buildTags;