UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 366 B
import React from 'react'; import { ArticleCardProps } from "./"; type _VerticalProps = ArticleCardProps; export declare const _Vertical: ({ article, author, authorAvatar, badge, bannerImageWrapProps, hideDescription, isBookmarked, onBookmark, time, tracking, classNames, styles, unstyled, className, ...rest }: _VerticalProps) => React.JSX.Element; export {};