UNPKG

infinity-forge

Version:
6 lines (5 loc) 236 B
import { PageItem } from '../../../../../../ui/index.js'; export type BlogPageProps = { modifyUrlPost?: (post: PageItem) => string; }; export declare function BlogPage(props: BlogPageProps): import("react/jsx-runtime").JSX.Element;