UNPKG

@fchh/fcos-suite-ui

Version:

Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).

3 lines (2 loc) 275 B
import { INewsCard } from '../interfaces/INews'; export declare function HorizontalNewsCard({ image, title, description, date, location, category, href, variant, className, customBackgroundColor, textColor, newTab, id, }: INewsCard): import("react/jsx-runtime").JSX.Element;