blob: f9aa7342d5958ffb30115641f05a06ce6481ab5d [file] [log] [blame]
/// <reference types="react" />
import type { Props } from '@theme/BlogPostItem';
export default function BlogPostItem(props: Props): JSX.Element;