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.

7 lines (6 loc) 186 B
import React from "react"; interface Props { value: Record<string, any> | undefined; } export default function SocialPreviewCard({ value: og }: Props): React.JSX.Element; export {};