UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 309 B
import React from 'react'; import { ArticleCardProps } from "./"; type _HorizontalProps = ArticleCardProps; export declare const _Horizontal: ({ article, author, authorAvatar, badge, hideDescription, isBookmarked, onBookmark, time, tracking, ...rest }: _HorizontalProps) => React.JSX.Element; export {};