UNPKG

gatsby-theme-advanced

Version:
8 lines (7 loc) 208 B
/// <reference types="react" /> import { Post } from "../../types"; declare type DisqusProps = { post: Post; }; declare const Disqus: ({ post }: DisqusProps) => JSX.Element | null; export default Disqus;