@hhgtech/hhg-components
Version:
Hello Health Group common components
6 lines (5 loc) • 309 B
TypeScript
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 {};