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.

6 lines (5 loc) 159 B
import React from "react"; export default function SchemaWizard({ value, onChange, }: { value: any; onChange: (e: any) => void; }): React.JSX.Element;