UNPKG

sanity-plugin-seo

Version:

Complete SEO toolkit for Sanity Studio with live scoring, AI suggestions, team workflows, and 30+ structured data types. Free and AI tiers live. Pro coming soon.

7 lines (6 loc) 176 B
import React from "react"; interface Props { value: Record<string, any> | undefined; } export default function SERPPreview({ value }: Props): React.JSX.Element; export {};