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.

5 lines (4 loc) 227 B
import React from "react"; import { StringInputProps } from "sanity"; declare const SEOTitleFeedback: ({ value, onChange, renderDefault, path, ...rest }: StringInputProps) => React.JSX.Element; export default SEOTitleFeedback;