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.

8 lines (7 loc) 225 B
import React from "react"; interface Props { value: Record<string, any> | undefined; onChange: (e: any) => void; } export default function AdvancedValidation({ value, onChange }: Props): React.JSX.Element; export {};