UNPKG

sanity-plugin-seo-tools

Version:

> Upgrading from V2 to V3 is a breaking change. The `seo-tools` input has been replaced by a SEO pane which needs to be set-up using a custom desk structure as per the installation guide. Secondly, the previously automatically provided fields (focus keywo

10 lines (9 loc) 252 B
import React from 'react'; import type { AssessmentRating, AssessmentResult } from 'yoastseo'; type Props = { result: AssessmentResult & { rating: AssessmentRating; }; }; export declare const SeoResultEntry: React.FC<Props>; export {};