nextSEO.d.ts 364 B

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