123 |
- /// <reference types="react" />
- import { NextSeoProps } from '../types';
- export declare const NextSeo: ({ title, themeColor, noindex, nofollow, robotsProps, description, canonical, openGraph, facebook, twitter, additionalMetaTags, titleTemplate, defaultTitle, mobileAlternate, languageAlternates, additionalLinkTags, useAppDir, }: NextSeoProps) => JSX.Element;
|