UNPKG

techveda-react-seo

Version:

Complete React SEO automation library with meta tags, robots.txt and sitemap generation

4 lines 152 B
import React from 'react'; import { SeoProps } from '../types/seoTypes'; export declare const Seo: React.FC<SeoProps>; //# sourceMappingURL=Seo.d.ts.map