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) 239 B
import React from "react"; import { ObjectInputProps } from "sanity"; declare const SEOMetaFieldsWrapper: ({ value: rawValue, onChange, renderDefault, ...rest }: ObjectInputProps) => React.JSX.Element; export default SEOMetaFieldsWrapper;