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