UNPKG

gatsby-theme-advanced

Version:
8 lines (7 loc) 190 B
/// <reference types="react" /> import { Post } from "../../types"; declare type SeoProps = { post?: Post; }; declare const SEO: ({ post }: SeoProps) => JSX.Element; export default SEO;