UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 284 B
import React from 'react'; import { Article } from "../../../../interfaces/types"; export type ItemProps = { href?: string; } & Article; declare const SourceItem: ({ postTitle, articleReviewed, modifiedTime, href, }: ItemProps) => React.JSX.Element; export { SourceItem };