UNPKG

@asgerami/zemenay-blog

Version:

Plug-and-play blog system for Next.js - Get a fully functional blog running in minutes with zero configuration

8 lines (7 loc) 198 B
import type { SEOData } from "../types"; interface SEOHeadProps { seoData: SEOData; baseUrl?: string; } export declare function SEOHead({ seoData, baseUrl }: SEOHeadProps): null; export {};