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.

9 lines (8 loc) 489 B
import { PluginConfig } from "./types/PluginConfig"; export declare const SEO_PRO_EVENT = "seo-plugin-pro-changed"; export declare const setPluginConfig: (config: PluginConfig) => void; export declare const getPluginConfig: () => PluginConfig; export declare const setProEnabled: (enabled: boolean) => void; export declare const isProEnabled: () => boolean; export declare const setLicenseValidating: (validating: boolean) => void; export declare const isLicenseValidating: () => boolean;